Replaced ./ with bash directly

This commit is contained in:
Roger Gonzalez 2023-10-25 09:03:36 -03:00
parent b786b6a638
commit 69cdea343b
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -84,7 +84,7 @@ Before installing, make sure you have:
#+begin_src bash
$ git clone https://gitlab.com/rogs/yams.git
$ cd yams
$ ./install.sh
$ bash install.sh
#+end_src
And follow the instructions.