Made the clone location more clear

This commit is contained in:
Roger Gonzalez 2023-10-28 17:54:02 -03:00
parent 6d01b1f141
commit d5b53f3de7
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -82,8 +82,8 @@ Before installing, make sure you have:
:END:
#+begin_src bash
$ git clone https://gitlab.com/rogs/yams.git
$ cd yams
$ git clone --depth=1 https://gitlab.com/rogs/yams.git /tmp/yams
$ cd /tmp/yams
$ bash install.sh
#+end_src