diff --git a/README.md b/README.md index b6b7b5d..818e1ce 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,3 @@ Your files will be on the `./public` folder, ready to upload to a server. ## todo - Add dark mode -- Add a hotlink to the install.sh in the instructions. diff --git a/content/install/steps.md b/content/install/steps.md index f26aaaf..82044eb 100644 --- a/content/install/steps.md +++ b/content/install/steps.md @@ -55,7 +55,7 @@ If you can run `docker run hello-world` without `sudo`, you can continue. If you ### Inspecting the `install` script by yourself (optional). -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`](https://gitlab.com/rogs/yams/-/blob/master/install.sh?ref_type=heads) script in 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 least understand what's happening. ### Cloning from Gitlab