diff options
author | Jesus <jesus.estupinan@pragma.com.co> | 2022-07-11 03:04:33 +0800 |
---|---|---|
committer | Jesus <jesus.estupinan@pragma.com.co> | 2022-07-11 03:04:33 +0800 |
commit | 372ad6ff1fe435d814dbfcc4a770fdc1fb5c5143 (patch) | |
tree | e7013fda3f10b255de277969bbaebd410bae039e | |
parent | 6d5058644ba7b7009045bbae287ff16f20e421a5 (diff) | |
download | emacs-personal-372ad6ff1fe435d814dbfcc4a770fdc1fb5c5143.tar.lz emacs-personal-372ad6ff1fe435d814dbfcc4a770fdc1fb5c5143.tar.xz emacs-personal-372ad6ff1fe435d814dbfcc4a770fdc1fb5c5143.zip |
README.md: update URL
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,13 +11,13 @@ First step: #### 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` 3. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'` #### 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` 3. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'` |