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