docs: add curl|bash one-liner for install.sh

This commit is contained in:
Abhimanyu Saharan
2026-02-13 16:40:13 +00:00
parent a409358a9a
commit 22a51cccfb

View File

@@ -47,6 +47,14 @@ Core operational areas:
### Option A: One-command production-style bootstrap
If you haven't cloned the repo yet, you can run the installer in one line:
```bash
curl -fsSL https://raw.githubusercontent.com/abhi1693/openclaw-mission-control/master/install.sh | bash
```
If you already cloned the repo:
```bash
./install.sh
```