From 6cfcde4a8eb122d0f8d7bdd1ec77899016a0b9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 15 May 2019 13:21:17 -0500 Subject: [PATCH] improve README.md: added mirror docs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7cc0c87..8728282 100644 --- a/README.md +++ b/README.md @@ -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)