docs: fix typo in cargo install instructions

This commit is contained in:
Clement Tsang 2023-04-08 16:28:55 -04:00 committed by GitHub
parent 4ebd376a1e
commit 354d89f75b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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