docs: Add dev branch one-liner quick start command
This commit is contained in:
@@ -371,11 +371,16 @@ server-toolkit/
|
|||||||
|
|
||||||
### Installation & Running
|
### Installation & Running
|
||||||
|
|
||||||
**One command - automatic cleanup:**
|
**Production (main branch) - One command:**
|
||||||
```bash
|
```bash
|
||||||
curl -sL https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit/archive/main.tar.gz | tar xz && source linux-server-management-toolkit/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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Development (dev branch) - One command (YELLOW BANNER ⚠️ 2.1.0-BETA):**
|
||||||
|
```bash
|
||||||
|
curl -sL https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit/archive/dev.tar.gz | tar xz && source linux-server-management-toolkit/run.sh
|
||||||
|
```
|
||||||
|
|
||||||
When exiting (option 0), answer "yes" and cleanup happens automatically - no extra steps.
|
When exiting (option 0), answer "yes" and cleanup happens automatically - no extra steps.
|
||||||
|
|
||||||
Or if already downloaded:
|
Or if already downloaded:
|
||||||
|
|||||||
Reference in New Issue
Block a user