Merge branch 'add-install-script-link' into 'master'

Adding link to install script per the todo section in the README

See merge request rogs/yams.media!4
This commit is contained in:
Roger Gonzalez 2024-09-23 11:46:28 +00:00
commit 76924070b3
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -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