diff --git a/docs/README.md b/docs/README.md index 1d4e80c26..d0801a3dd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -40,9 +40,10 @@ https://github.com/prefix-dev/pixi/assets/885054/64666dee-841d-4680-9a61-7927913 ## Getting Started * ⚡ [Installation](#installation) -* ⚙️ [Examples](../examples) +* ⚙️ [Examples](../examples) * 📚 [Documentation](./getting_started.md) * 😍 [Contributing](#contributing) +* 🔨 [Built using Pixi](#pixibuilt) # Status @@ -225,6 +226,7 @@ Discord. We're very active and would be happy to welcome you to our community. [Join our discord server today!][chat-url] + ## Built using pixi To see whats being built with `pixi` check out the [Community](Community.md) page. diff --git a/examples/README.md b/examples/README.md index 7765a8239..74af56193 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,6 +7,12 @@ NOTE: Make sure your on the latest version or the version of pixi on which you a ## Examples in other Repositories +These are examples that are hosted in other repositories that use pixi for building and running the project. + ### AI [Lama.cpp](https://github.com/tdejager/llama.cpp) + +### Games + +[Crispy Doom](https://github.com/baszalmstra/pixi-crispy-doom)