docs: Require --locked parameter on cargo install

This commit is contained in:
Arne Beer 2021-08-19 11:46:56 +02:00
parent 3ae7aea08a
commit e284c22b3a
No known key found for this signature in database
GPG key ID: CC9408F679023B65

View file

@ -110,7 +110,7 @@ Pueue is built for the current `stable` Rust version.
It might compile on older versions, but this isn't tested or officially supported.
```bash
cargo install pueue
cargo install --locked pueue
```
This will install Pueue to `$CARGO_HOME/bin/pueue` (default is `~/.cargo/bin/pueue`)