From 2264bdbe5e59af559a0bfeefe5ee71c6d3e69451 Mon Sep 17 00:00:00 2001 From: Tim de Jager Date: Thu, 13 Jul 2023 15:02:13 +0200 Subject: [PATCH] fix: small update --- docs/README.md | 4 +++- examples/README.md | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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)