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

readme: advise using --locked with cargo install

This commit is contained in:
Samuel Tardieu 2023-03-12 22:01:00 +01:00
parent 9d287aeacf
commit ffcf2b5d55

View file

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