From 6285a32c094e07bf2f3adcda1a57765d968d1c2a Mon Sep 17 00:00:00 2001 From: vsxd Date: Fri, 13 Mar 2026 10:27:55 +0800 Subject: [PATCH] docs: add curl quick start command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ebd1f87..352cdb0b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ firewall, with the same polish you'd expect from a public registry. ## Quick Start -Start all local services with the one-command script: `make dev-all`. +Start the full local stack with: +`curl -fsSL https://raw.githubusercontent.com/iflytek/skillhub/main/compose.release.yml -o compose.release.yml && curl -fsSL https://raw.githubusercontent.com/iflytek/skillhub/main/.env.release.example -o .env.release && docker compose --env-file .env.release -f compose.release.yml up -d` ### Prerequisites