diff --git a/README.md b/README.md index 1d9c789..e455974 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ some kind of hosting setup 3. use the system setup script, and log out - `sudo dnf install git -y` - `git clone https://gitlab.com/futile/thingy` - - `./thingy/set-up-system.sh` + - `./thingy/scripts/system-setup.sh` - `exit` 4. log in again, populate the `.env` and start everything up - `cd thingy` diff --git a/set-up-system.sh b/scripts/system-setup.sh old mode 100755 new mode 100644 similarity index 100% rename from set-up-system.sh rename to scripts/system-setup.sh