docs: specify that --locked may be required

This commit is contained in:
ClementTsang 2020-07-08 16:58:21 -04:00
parent 49de6d36ab
commit 58b5c21197
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ cargo install --path .
```bash
cargo install bottom
# OR, --locked may be required due to how cargo install works
cargo install bottom --locked
```
### AUR