Skip to content

Commit f10dab1

Browse files
fix(docs): updated "Get started" commands in README (#5547)
# What does this PR do? previous commands used did not work, updated commands to currently working ones ## Test Plan ran all this myself on a fresh system note i found the install script was not working for me at all, filed under #5546 Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
1 parent 48b3522 commit f10dab1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Install and run a Llama Stack server:
5656
curl -LsSf https://github.com/llamastack/llama-stack/raw/main/scripts/install.sh | bash
5757

5858
# Or install via uv
59-
uv pip install llama-stack
59+
uv pip install llama-stack[starter]
6060

6161
# Start the server (uses the starter distribution with Ollama)
62-
llama stack run
62+
uv run llama stack run starter
6363
```
6464

6565
Then connect with any OpenAI, Anthropic, or Google GenAI client — [Python](https://github.com/openai/openai-python), [TypeScript](https://github.com/openai/openai-node), [curl](https://platform.openai.com/docs/api-reference), or any framework that speaks these APIs.

0 commit comments

Comments
 (0)