docs: add conda installer

This commit is contained in:
Terts Diepraam 2023-08-21 14:51:06 +02:00
parent 3b0bfb10ac
commit 93a5b161ae

View file

@ -1,4 +1,4 @@
<!-- spell-checker:ignore pacman pamac nixpkgs openmandriva -->
<!-- spell-checker:ignore pacman pamac nixpkgs openmandriva conda -->
# Installation
@ -139,6 +139,16 @@ pkg install rust-coreutils
scoop install uutils-coreutils
```
## Alternative installers
### Conda
[Conda package](https://anaconda.org/conda-forge/uutils-coreutils)
```
conda install -c conda-forge uutils-coreutils
```
## Non-standard packages
### `coreutils-hybrid` (AUR)