Skip to content

Commit

Permalink
docs: add conda installer
Browse files Browse the repository at this point in the history
  • Loading branch information
tertsdiepraam committed Aug 21, 2023
1 parent 3b0bfb1 commit 93a5b16
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- spell-checker:ignore pacman pamac nixpkgs openmandriva -->
<!-- spell-checker:ignore pacman pamac nixpkgs openmandriva conda -->

# Installation

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 93a5b16

Please sign in to comment.