mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
installation.md: Fix ref for AUR
This commit is contained in:
parent
29adc24d0e
commit
60958b295c
1 changed files with 6 additions and 8 deletions
|
|
@ -122,6 +122,12 @@ apt install rust-coreutils
|
|||
export PATH=/usr/lib/cargo/bin/coreutils:$PATH
|
||||
```
|
||||
|
||||
### AUR
|
||||
|
||||
[AUR package](https://aur.archlinux.org/packages/uutils-coreutils-git)
|
||||
|
||||
Rust rewrite of the GNU coreutils (main branch).
|
||||
|
||||
## MacOS
|
||||
|
||||
### Homebrew
|
||||
|
|
@ -184,11 +190,3 @@ Clone [poky](https://github.com/yoctoproject/poky) and [meta-openembedded](https
|
|||
and then either call `bitbake uutils-coreutils`, or use
|
||||
`PREFERRED_PROVIDER_coreutils = "uutils-coreutils"` in your `build/conf/local.conf` file and
|
||||
then build your usual yocto image.
|
||||
|
||||
## Non-standard packages
|
||||
|
||||
### `coreutils-uutils` (AUR)
|
||||
|
||||
[AUR package](https://aur.archlinux.org/packages/coreutils-uutils)
|
||||
|
||||
Cross-platform Rust rewrite of the GNU coreutils being used as actual system coreutils.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue