Add README.md

This commit is contained in:
2026-01-17 20:59:53 -05:00
parent 0153166b55
commit 79c5c0009f

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
### Bootstrap Oneliner
```
tmp=$(mktemp) && curl -fsSL https://gitea.thewrightserver.net/josh/TWS-Semaphore/raw/branch/main/bootstrap.sh -o "$tmp" && chmod +x "$tmp" && bash "$tmp"; rm -f "$tmp"
```