Clarify bash requirement in install flow

This commit is contained in:
dltn 2025-06-14 03:56:56 +00:00
parent 985d0b156c
commit 88cdab5105

View file

@ -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: To try Llama Stack locally, run:
```bash ```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 ### Overview