diff --git a/README.md b/README.md index 3882681..bae2869 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,10 @@ server-toolkit/ ### Installation & Running ```bash -# Download and run in one command (with leading space to prevent history recording) 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 ``` -> **Privacy Tip:** The leading space before `curl` prevents this command from being saved to bash history (works when `HISTCONTROL` includes `ignorespace`). +> **Tip:** Leading space prevents history recording (if `HISTCONTROL=ignorespace`). Or if already downloaded: ```bash