summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-07-08 16:58:21 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-07-08 16:58:32 -0400
commit58b5c21197287b00c308c19c256261548d05e567 (patch)
treecfe0364d0922bb4b7f182034edb98dd59e5d1a36
parent49de6d36ab2515058880f728b920d62785f99d64 (diff)
docs: specify that --locked may be required
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index f2a722ad..bfff56ff 100644
--- a/README.md
+++ b/README.md
@@ -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