1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #4502 from samueltardieu/readme-install-locked

readme: advise using --locked with cargo install
This commit is contained in:
Daniel Hofstetter 2023-03-13 07:10:43 +01:00 committed by GitHub
commit d28c4783c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ make UTILS='UTILITY_1 UTILITY_2'
Likewise, installing can simply be done using:
```shell
cargo install --path .
cargo install --path . --locked
```
This command will install uutils into Cargo's *bin* folder (*e.g.* `$HOME/.cargo/bin`).