Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions guide/src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down