From 22a51cccfb50ee58f29ed334091c106ab1db254b Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Fri, 13 Feb 2026 16:40:13 +0000 Subject: [PATCH] docs: add curl|bash one-liner for install.sh --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f6e6d4a2..7ba565a9 100644 --- a/README.md +++ b/README.md @@ -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 ```