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:
parent
9d287aeacf
commit
ffcf2b5d55
1 changed files with 1 additions and 1 deletions
|
@ -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`).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue