From 31e6775660eb2b2a1fb87dd2a819e9c189909949 Mon Sep 17 00:00:00 2001 From: Praveen R Date: Fri, 26 Sep 2025 10:33:17 +0530 Subject: [PATCH] Replacing --distro with the correct option --template --- docs/docs/getting_started/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting_started/quickstart.mdx b/docs/docs/getting_started/quickstart.mdx index b885f3c66..6f2f56409 100644 --- a/docs/docs/getting_started/quickstart.mdx +++ b/docs/docs/getting_started/quickstart.mdx @@ -27,7 +27,7 @@ ollama run llama3.2:3b --keepalive 60m We will use `uv` to run the Llama Stack server. ```bash OLLAMA_URL=http://localhost:11434 \ - uv run --with llama-stack llama stack build --distro starter --image-type venv --run + uv run --with llama-stack llama stack build --template starter --image-type venv --run ``` #### Step 3: Run the demo Now open up a new terminal and copy the following script into a file named `demo_script.py`.