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 da290fa80f
commit 380f61ce7b
+7 -6
View File
@@ -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