fixed some issues in the README

This commit is contained in:
Phuntsok Drak-pa 2019-10-14 13:01:59 +02:00
parent 0b95a0ff41
commit 026d802d76
1 changed files with 3 additions and 3 deletions

View File

@ -202,7 +202,7 @@
installation. And lets install =yadm= (our dotfiles manager) and =emacs= installation. And lets install =yadm= (our dotfiles manager) and =emacs=
while were at it. while were at it.
#+BEGIN_SRC sh :exports code #+BEGIN_SRC sh :exports code
yay -Syua yadm emacs yay -Syua yadm emacs python-envtpl-git
#+END_SRC #+END_SRC
** Set up =yadm= ** Set up =yadm=
@ -258,8 +258,8 @@
#+END_SRC #+END_SRC
*** Generate the alt dotfiles *** Generate the alt dotfiles
=yadm= will need to generate the host-specific dotfiles. To do so, you can We will need to generate the host-specific dotfiles. We can run the
run the following command: following command:
#+BEGIN_SRC sh :dir ~ :exports code #+BEGIN_SRC sh :dir ~ :exports code
yadm alt yadm alt
#+END_SRC #+END_SRC