From ea5dc3d109aeed17ccc1508cbf1b1b4febde44c2 Mon Sep 17 00:00:00 2001 From: beech Date: Fri, 20 Sep 2024 22:46:08 -0500 Subject: [PATCH] ReadME update --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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