From 851c30597adf2750c61818c31fbdc3e23fafccb1 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Thu, 26 Sep 2024 01:57:55 +0530 Subject: [PATCH] chore (doc): fix typo for setup instruction`llama-stack` to `llama-stack-apps` (#103) --- docs/getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.ipynb b/docs/getting_started.ipynb index 18590c1cc..d5e5cdc96 100644 --- a/docs/getting_started.ipynb +++ b/docs/getting_started.ipynb @@ -50,7 +50,7 @@ "```\n", "$ git clone https://github.com/meta-llama/llama-stack-apps.git\n", "\n", - "$ cd llama-stack\n", + "$ cd llama-stack-apps\n", "$ yes | conda create -n stack-test python=3.10 \n", "$ conda activate stack-test\n", "\n",