update docs
This commit is contained in:
@@ -15,15 +15,15 @@ Different ways to install:
|
|||||||
- arch-linux :: If ~emacs-conf~ is available in a ~custom~ ~pacman~ repository
|
- arch-linux :: If ~emacs-conf~ is available in a ~custom~ ~pacman~ repository
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
pacman -S emacs-conf
|
pacman -S emacs-conf
|
||||||
ln /opt/emacs-conf/init ~/.config/emacs/
|
ln -s /opt/emacs-conf/init ~/.config/emacs/
|
||||||
ln /opt/emacs-conf/early-init.el ~/.config/emacs/
|
ln -s /opt/emacs-conf/early-init.el ~/.config/emacs/
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
- debian :: If ~emacs-conf~ is available in a ~custom~ ~apt~ repository
|
- debian :: If ~emacs-conf~ is available in a ~custom~ ~apt~ repository
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
apt install emacs-conf
|
apt install emacs-conf
|
||||||
ln /opt/emacs-conf/init ~/.config/emacs/
|
ln -s /opt/emacs-conf/init ~/.config/emacs/
|
||||||
ln /opt/emacs-conf/early-init.el ~/.config/emacs/
|
ln -s /opt/emacs-conf/early-init.el ~/.config/emacs/
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
- manual :: Download or clone git repo and point the emacs =init= and
|
- manual :: Download or clone git repo and point the emacs =init= and
|
||||||
|
|||||||
Reference in New Issue
Block a user