docs: change wording for Cargo install in README

This commit is contained in:
Clement Tsang 2022-01-11 18:02:12 -05:00 committed by GitHub
parent 99a1965cf8
commit 43fe0bc9e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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
```