summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-04-08 16:28:55 -0400
committerGitHub <noreply@github.com>2023-04-08 16:28:55 -0400
commit354d89f75bf8b6691896e2a183521ff2b9d67f3c (patch)
tree64abefa227140d353afcbe45455433b3586f5910 /README.md
parent4ebd376a1e1c86b50b782c3a5e6cc13d167a43ee (diff)
docs: fix typo in cargo install instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8bb10d82..d319e6ac 100644
--- a/README.md
+++ b/README.md
@@ -133,10 +133,11 @@ For more details on unsupported platforms and known problems, check out [the doc
Installation via cargo can be done by installing the [`bottom`](https://crates.io/crates/bottom) crate:
```bash
-# If required, update Rust to the stable channel
+# If required, update Rust to the stable channel first
rustup update stable
-cargo install bottom
+# Install
+cargo install bottom --locked
# If you use another channel by default, you can specify the stable channel as such:
cargo +stable install bottom --locked