Simplify README - remove comment from download command

Changes:
- Remove comment line inside code block
- Keep just the clean curl command
- Shorter tip below code block

Now easy to copy the command without extra lines
This commit is contained in:
cschantz
2025-11-11 17:37:43 -05:00
parent 50a9c25770
commit 1385d85726
+1 -2
View File
@@ -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