Made the clone location more clear
This commit is contained in:
parent
9854811607
commit
dd28c06eea
@ -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.
|
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
|
### Cloning from Gitlab
|
||||||
|
|
||||||
|
To install YAMS, please clone the installer to a location outside your chosen installation directory. I recommend using `/tmp/yams`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitlab.com/rogs/yams.git
|
git clone --depth=1 https://gitlab.com/rogs/yams.git /tmp/yams
|
||||||
cd yams
|
cd /tmp/yams
|
||||||
```
|
```
|
||||||
|
|
||||||
### Installing YAMS
|
### Installing YAMS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user