mirror of
https://github.com/uutils/coreutils
synced 2025-01-07 10:49:09 +00:00
docs: add winget installer (#5648)
* docs: add winget installer * docs: add "winget" to spell-checker:ignore --------- Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
parent
3a7a3bf639
commit
92692c815d
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- spell-checker:ignore pacman pamac nixpkgs openmandriva conda -->
|
<!-- spell-checker:ignore pacman pamac nixpkgs openmandriva conda winget -->
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
@ -131,6 +131,12 @@ pkg install rust-coreutils
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
|
### Winget
|
||||||
|
|
||||||
|
```shell
|
||||||
|
winget install uutils.coreutils
|
||||||
|
```
|
||||||
|
|
||||||
### Scoop
|
### Scoop
|
||||||
|
|
||||||
[![Scoop package](https://repology.org/badge/version-for-repo/scoop/uutils-coreutils.svg)](https://scoop.sh/#/apps?q=uutils-coreutils&s=0&d=1&o=true)
|
[![Scoop package](https://repology.org/badge/version-for-repo/scoop/uutils-coreutils.svg)](https://scoop.sh/#/apps?q=uutils-coreutils&s=0&d=1&o=true)
|
||||||
|
|
Loading…
Reference in a new issue