From af863724ad3a478c8bf5fc8bd85b81a1b2b8514e Mon Sep 17 00:00:00 2001 From: Mauro Silberberg Date: Wed, 18 Jun 2025 14:55:07 -0300 Subject: [PATCH] docs: add conda-forge to installation --- guide/src/getting-started/installation.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/guide/src/getting-started/installation.md b/guide/src/getting-started/installation.md index 7c53f59d..5ef08291 100644 --- a/guide/src/getting-started/installation.md +++ b/guide/src/getting-started/installation.md @@ -89,6 +89,21 @@ As distributions will have their own update management, most likely Trunk's upda brew install trunk ``` +### Conda-forge + +`trunk` is available from `conda-forge` and can be installed using: + +```shell +conda install -c conda-forge trunk +``` + +or using `pixi`, +a modern Cargo-like package manager for the conda ecosystem: + +```shell +pixi add trunk +``` + ### Fedora Starting with Fedora 40, `trunk` can be installed by executing: