Add installation instructions for the conda-format package

This commit is contained in:
UENO, M. 2025-06-21 15:37:50 +09:00 committed by GitHub
parent 51f38bf44c
commit 1543952823
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,6 +139,23 @@ There's a third-party [peco package available](https://chocolatey.org/packages/p
C:\> choco install peco
```
### Linux / macOS / Windows (Conda, Mamba, Pixi)
`conda`, `mamba` and `pixi` are platform-agnostic package managers for conda-format packages.
This means that the same command can be used to install peco across Windows, MacOS, and Linux.
```
# conda
conda install -c conda-forge peco
# mamba
mamba install -c conda-forge peco
# install user-globally using pixi
pixi global install peco
```
### Building peco yourself
Make sure to clone the source code under $GOPATH (i.e. $GOPATH/src/github.com/peco/peco). This is required