diff --git a/README.md b/README.md index fef556a73..973a9a396 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,16 @@ The `llama` CLI makes it easy to work with the Llama Stack set of tools. Please * [CLI reference](docs/cli_reference.md) * Guide using `llama` CLI to work with Llama models (download, study prompts), and building/starting a Llama Stack distribution. * [Getting Started](docs/getting_started.md) - * Guide to start a Llama Stack server. + * Quick guide to start a Llama Stack server. * [Jupyter notebook](./docs/getting_started.ipynb) to walk-through how to use simple text and vision inference llama_stack_client APIs +* [Building a Llama Stack Distribution](docs/building_distro.md) + * Guide to build a Llama Stack distribution +* [Distributions](./distributions/) + * References to start Llama Stack distributions backed with different API providers. +* [Developer Cookbook](./docs/developer_cookbook.md) + * References to guides to help you get started based on your developer needs. * [Contributing](CONTRIBUTING.md) + * [Adding a new API Provider](./docs/new_api_provider.md) to walk-through how to add a new API provider. ## Llama Stack Client SDK