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
+1 -1
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`).