From 5717d73d3ac21d01b38fb23067992ca40ab5076c Mon Sep 17 00:00:00 2001 From: cschantz Date: Mon, 3 Nov 2025 19:19:02 -0500 Subject: [PATCH] Update README with all-in-one installation command - Added single-line command to download and run - Downloads from Gitea, extracts, and launches in one go - Keeps original method as alternative for already installed --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7b2c781..36f472a 100644 --- a/README.md +++ b/README.md @@ -46,15 +46,16 @@ server-toolkit/ ## 🚀 Quick Start -### Running +### Installation & Running ```bash -# Direct method -bash /root/server-toolkit/launcher.sh +# Download and run in one command +curl -sL https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit/archive/main.tar.gz | tar xz && cd Linux-Server-Management-Toolkit && bash launcher.sh +``` -# Or make executable and run -chmod +x /root/server-toolkit/launcher.sh -/root/server-toolkit/launcher.sh +Or if already downloaded: +```bash +bash /root/server-toolkit/launcher.sh ``` ## ✨ Key Features