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 af8e695
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,16 @@ pkg install rust-coreutils
scoop install uutils-coreutils
```

## Alternative installers

### Conda

Check failure on line 144 in docs/src/installation.md

View workflow job for this annotation

GitHub Actions / Style/spelling (ubuntu-latest, feat_os_unix)

ERROR: Unknown word (Conda) (file:'docs/src/installation.md', line:144)

[Conda package](https://anaconda.org/conda-forge/uutils-coreutils)

Check failure on line 146 in docs/src/installation.md

View workflow job for this annotation

GitHub Actions / Style/spelling (ubuntu-latest, feat_os_unix)

ERROR: Unknown word (Conda) (file:'docs/src/installation.md', line:146)

```
conda install -c conda-forge uutils-coreutils

Check failure on line 149 in docs/src/installation.md

View workflow job for this annotation

GitHub Actions / Style/spelling (ubuntu-latest, feat_os_unix)

ERROR: Unknown word (conda) (file:'docs/src/installation.md', line:149)

Check failure on line 149 in docs/src/installation.md

View workflow job for this annotation

GitHub Actions / Style/spelling (ubuntu-latest, feat_os_unix)

ERROR: Unknown word (conda) (file:'docs/src/installation.md', line:149)
```

## Non-standard packages

### `coreutils-hybrid` (AUR)
Expand Down

0 comments on commit af8e695

Please sign in to comment.