From dd28c06eea2599c01f8055efed523d103a1e2161 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 28 Oct 2023 17:53:27 -0300 Subject: [PATCH] Made the clone location more clear --- content/install/steps.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/install/steps.md b/content/install/steps.md index 994c79f..46bfa99 100644 --- a/content/install/steps.md +++ b/content/install/steps.md @@ -51,9 +51,12 @@ If you can run `docker run hello-world` without `sudo`, you can continue. If you Its always a good practice to verify and study the scripts you run on your machine. You can always inspect `install.sh` on the Gitlab repo here: https://gitlab.com/rogs/yams/-/blob/master/docs.org. You don't have to be a complete expert in `bash` (I'm definitely not lol), but if you have any experience with the Linux terminal you should be able to at understand what's happening. ### Cloning from Gitlab + +To install YAMS, please clone the installer to a location outside your chosen installation directory. I recommend using `/tmp/yams`. + ```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 ``` ### Installing YAMS