From 90d7612f5f8e6ab1206e1e681cce2ad29a695cc2 Mon Sep 17 00:00:00 2001 From: Francisco Arceo Date: Tue, 20 May 2025 09:06:20 -0600 Subject: [PATCH] chore: Updated readme (#2219) # What does this PR do? chore: Updated readme [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan [Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.*] [//]: # (## Documentation) Signed-off-by: Francisco Javier Arceo --- llama_stack/ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/ui/README.md b/llama_stack/ui/README.md index e3e21bf0b..665619bf1 100644 --- a/llama_stack/ui/README.md +++ b/llama_stack/ui/README.md @@ -8,7 +8,7 @@ We use shadcdn/ui [Shadcn UI](https://ui.shadcn.com/) for the UI components. First, install dependencies: ```bash -npm install next react react-dom +npm install ``` Then, run the development server: