mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Document how to install it easily
This commit is contained in:
parent
db22b15faf
commit
33e3e0d741
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@
|
||||||
uutils is an attempt at writing universal (as in cross-platform) CLI
|
uutils is an attempt at writing universal (as in cross-platform) CLI
|
||||||
utilities in [Rust](http://www.rust-lang.org).
|
utilities in [Rust](http://www.rust-lang.org).
|
||||||
|
|
||||||
|
To install it:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cargo install coreutils
|
||||||
|
$ ~/.cargo/bin/coreutils
|
||||||
|
```
|
||||||
|
|
||||||
## Why?
|
## Why?
|
||||||
|
|
||||||
uutils aims to work on as many platforms as possible, to be able to use the
|
uutils aims to work on as many platforms as possible, to be able to use the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue