chore: update doc (#3857)

# What does this PR do?
follows https://github.com/llamastack/llama-stack/pull/3839

## Test Plan
This commit is contained in:
ehhuang 2025-10-20 10:33:21 -07:00 committed by GitHub
parent 21772de5d3
commit 359df3a37c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 6380 additions and 6378 deletions

View file

@ -78,17 +78,14 @@ If you're looking for more specific topics, we have a [Zero to Hero Guide](#next
## Build, Configure, and Run Llama Stack
1. **Build the Llama Stack**:
Build the Llama Stack using the `starter` template:
1. **Install dependencies**:
```bash
uv run --with llama-stack llama stack build --distro starter --image-type venv
llama stack list-deps starter | xargs -L1 uv pip install
```
**Expected Output:**
2. **Start the distribution**:
```bash
...
Build Successful!
You can find the newly-built template here: ~/.llama/distributions/starter/starter-run.yaml
You can run the new Llama Stack Distro via: uv run --with llama-stack llama stack run starter
llama stack run starter
```
3. **Set the ENV variables by exporting them to the terminal**: