From 88cdab510509bf1322bebca81b5c4bc648af7b14 Mon Sep 17 00:00:00 2001 From: dltn <6599399+dltn@users.noreply.github.com> Date: Sat, 14 Jun 2025 03:56:56 +0000 Subject: [PATCH] Clarify bash requirement in install flow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37f1aa0f3..7f34c3340 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ As more providers start supporting Llama 4, you can use them in Llama Stack as w To try Llama Stack locally, run: ```bash -curl -LsSf https://github.com/meta-llama/llama-stack/raw/main/install.sh | sh +curl -LsSf https://github.com/meta-llama/llama-stack/raw/main/install.sh | bash ``` ### Overview