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
This commit is contained in:
cschantz
2025-11-03 19:19:02 -05:00
parent 7145910cc2
commit 5717d73d3a
+7 -6
View File
@@ -46,15 +46,16 @@ server-toolkit/
## 🚀 Quick Start ## 🚀 Quick Start
### Running ### Installation & Running
```bash ```bash
# Direct method # Download and run in one command
bash /root/server-toolkit/launcher.sh 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 Or if already downloaded:
chmod +x /root/server-toolkit/launcher.sh ```bash
/root/server-toolkit/launcher.sh bash /root/server-toolkit/launcher.sh
``` ```
## ✨ Key Features ## ✨ Key Features