diff --git a/README.md b/README.md new file mode 100644 index 0000000..5fa653f --- /dev/null +++ b/README.md @@ -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" +``` \ No newline at end of file