This commit is contained in:
2026-02-24 04:10:27 +01:00
parent ac531962e5
commit 134603d933

View File

@@ -9,7 +9,7 @@ Deploying this shit is as easy as…
…doing this on the server
```bash
git clone gitea@git.lat:naimi/SSS.git
git clone gitea@git.lat:naimi/yass.git
cat <<EOF > .env
BROADCASTER_PASSWORD=usedecentpasswordherelmao
ANNOUNCED_IP=yourpublicIP
@@ -37,8 +37,8 @@ You might want to open 40000:49999/udp on your firewall for it to work properly.
On PC:
```bash
git clone gitea@git.lat:naimi/SSS.git
cd SSS/client
git clone gitea@git.lat:naimi/Syass.git
cd yass/client
npm i
npm run start
```