Update README: replace outdated GitHub URL with Forgejo URL for start.sh script

This commit is contained in:
sanasol
2026-02-23 03:12:39 +01:00
parent 66faa1bb1e
commit a649bf1fcc

View File

@@ -40,7 +40,7 @@ Done — your F2P server is ready to join.
```bash ```bash
mkdir hytale-server && cd hytale-server mkdir hytale-server && cd hytale-server
curl -O https://raw.githubusercontent.com/amiayweb/Hytale-F2P/develop/server/start.sh curl -O https://git.sanhost.net/sanasol/hytale-f2p/raw/branch/develop/server/start.sh
chmod +x start.sh chmod +x start.sh
./start.sh ./start.sh
``` ```