docs: specify that --locked may be required

This commit is contained in:
ClementTsang
2020-07-08 16:58:32 -04:00
parent 49de6d36ab
commit 58b5c21197
+3
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