summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-10-25 09:03:36 -0300
committerRoger Gonzalez <roger@rogs.me>2023-10-25 09:03:36 -0300
commit69cdea343bd48743ee91352659a69abafcbf9583 (patch)
tree562287aba822ef17bcf536cde43902e4b16941be
parentb786b6a63868f4704b42ba9d58f82781d0dccba8 (diff)
Replaced ./ with bash directly
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 9ec5814..a55c26e 100644
--- a/README.org
+++ b/README.org
@@ -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.