Merge pull request #5185 from tertsdiepraam/add-conda-installer

docs: add conda installer
This commit is contained in:
Daniel Hofstetter
2023-08-21 15:56:42 +02:00
committed by GitHub
+11 -1
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)