diff --git a/README.md b/README.md index 79f4e00..66f363f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Debian-Setup -Debian server setup scripts \ No newline at end of file +Simple shell script for setting up a Debian server. Install Sudo, Docker-Compose, and setup UFW quickly. + +(Run as Superuser) +```bash +curl https://raw.githubusercontent.com/beech93/Debian-Setup/refs/heads/main/server.sh -o server.sh + +chmod +x server.sh + +./server.sh +``` \ No newline at end of file