summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-01-11 18:02:12 -0500
committerGitHub <noreply@github.com>2022-01-11 18:02:12 -0500
commit43fe0bc9e4803831e3fce44cc24a2d2fd01cd433 (patch)
tree080b60caf04828b6c99db30553ad846a058aa3f2
parent99a1965cf87bf6596ec8ccb162c8b47450f1ee36 (diff)
docs: change wording for Cargo install in README
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85a35aa7..08572a23 100644
--- a/README.md
+++ b/README.md
@@ -78,13 +78,15 @@ For more details on known problems and unsupported platforms, feel free to check
### Cargo
+Installation via cargo is done by installing the `bottom` crate:
+
```bash
# If required, update Rust on the stable channel
rustup update stable
cargo install bottom
-# OR, --locked may be required due to how cargo install works
+# Alternatively, --locked may be required due to how cargo install works
cargo install bottom --locked
```