1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 02:57:44 +00:00

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
commit 32461cdd94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)