diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-15 13:21:17 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-15 13:21:17 -0500 |
commit | 6cfcde4a8eb122d0f8d7bdd1ec77899016a0b9a9 (patch) | |
tree | f4475dd66b31079e1e392d8ed5006b5b82b7f217 | |
parent | cfbaf55c2bf43948470c340e70509a61bc58b0bf (diff) | |
download | emacs-personal-6cfcde4a8eb122d0f8d7bdd1ec77899016a0b9a9.tar.lz emacs-personal-6cfcde4a8eb122d0f8d7bdd1ec77899016a0b9a9.tar.xz emacs-personal-6cfcde4a8eb122d0f8d7bdd1ec77899016a0b9a9.zip |
improve README.md: added mirror docs
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -11,10 +11,18 @@ Lightweight configuration of emacs with basic utilities plus personal configurat ### Installation +#### Main mirror + 1. `git clone https://libregit.org/heckyel/emacs-personal.git ~/.emacs.d/` 2. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'` +#### Secundary mirror + +1. `git clone https://notabug.org/heckyel/emacs-personal.git ~/.emacs.d/` + +2. `emacs --batch --eval='(load-file "~/.emacs.d/init.el")'` + ### Fonts `pacman -S ttf-hack` (for default) |