README.md: update URL

This commit is contained in:
Jesus 2022-07-11 03:04:33 +08:00
parent 6d5058644b
commit 372ad6ff1f
No known key found for this signature in database
GPG Key ID: 1CF930FB60A48142

View File

@ -11,13 +11,13 @@ First step:
#### Main mirror #### Main mirror
1. `git clone https://hgit.conocimientoslibres.ga/software/emacs-personal.git ~/.emacs.d/` 1. `git clone https://c.hgit.ga/software/emacs-personal.git ~/.emacs.d/`
2. `cp -v ~/.emacs.d/.env.example ~/.emacs.d/.env` 2. `cp -v ~/.emacs.d/.env.example ~/.emacs.d/.env`
3. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'` 3. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'`
#### Secundary mirror #### Secundary mirror
1. `git clone https://notabug.org/heckyel/emacs-personal.git ~/.emacs.d/` 1. `git clone https://git.sr.ht/~heckyel/emacs-personal ~/.emacs.d/`
2. `cp -v ~/.emacs.d/.env.example ~/.emacs.d/.env` 2. `cp -v ~/.emacs.d/.env.example ~/.emacs.d/.env`
3. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'` 3. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'`