docs(readme): add one-line installer snippet

This commit is contained in:
reluctantfuturist 2025-04-25 10:01:55 -07:00
parent bed5a9f55a
commit 8409109ca7

View file

@ -70,6 +70,13 @@ As more providers start supporting Llama 4, you can use them in Llama Stack as w
</details>
### 🚀 One-Line Installer 🚀
To try Llama Stack locally, run:
```bash
curl -LsSf https://github.com/meta-llama/llama-stack/raw/main/install.sh | sh
```
### Overview