From d5b53f3de704d6c4863e02d7a8fcef6dd656d603 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 28 Oct 2023 17:54:02 -0300 Subject: [PATCH] Made the clone location more clear --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index a55c26e..ead70b3 100644 --- a/README.org +++ b/README.org @@ -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