From 15439528231b00dd5c972bf25486d02f4404fa16 Mon Sep 17 00:00:00 2001 From: "UENO, M." Date: Sat, 21 Jun 2025 15:37:50 +0900 Subject: [PATCH] Add installation instructions for the conda-format package --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 5ac7dff..d4a0542 100644 --- a/README.md +++ b/README.md @@ -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