mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-07 08:26:00 +00:00
docs: add curl quick start command
This commit is contained in:
parent
b982011614
commit
6285a32c09
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue