From a25e3b405ccdb75c75734f9f6820f60db7134ac9 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Thu, 6 Feb 2025 13:22:02 -0500 Subject: [PATCH] docs: Add license badge to README.md (#994) This would be useful to know for people who arrive at the project for the first time. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e00eac5f0..cdf98dc12 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![PyPI version](https://img.shields.io/pypi/v/llama_stack.svg)](https://pypi.org/project/llama_stack/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/llama-stack)](https://pypi.org/project/llama-stack/) +[![License](https://img.shields.io/pypi/l/llama_stack.svg)](https://github.com/meta-llama/llama-stack/blob/main/LICENSE) [![Discord](https://img.shields.io/discord/1257833999603335178)](https://discord.gg/llama-stack) [**Quick Start**](https://llama-stack.readthedocs.io/en/latest/getting_started/index.html) | [**Documentation**](https://llama-stack.readthedocs.io/en/latest/index.html) | [**Colab Notebook**](./docs/getting_started.ipynb)