From 78ac3dddcd1d2d61f703f2c303f299e5fe8b7816 Mon Sep 17 00:00:00 2001 From: cschantz Date: Tue, 11 Nov 2025 18:23:03 -0500 Subject: [PATCH] Update README with all-in-one command using source --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b8adb5..6b33998 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,12 @@ server-toolkit/ ### Installation & Running +**One command - automatic cleanup:** ```bash -curl -sL https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit/archive/main.tar.gz | tar xz && cd linux-server-management-toolkit && source run.sh +curl -sL https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit/archive/main.tar.gz | tar xz && source linux-server-management-toolkit/run.sh ``` -**Privacy:** When exiting (option 0), answer "yes" - cleanup happens automatically with no extra steps. +When exiting (option 0), answer "yes" and cleanup happens automatically - no extra steps. Or if already downloaded: ```bash