mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
docs: fix typo in cargo install instructions
This commit is contained in:
parent
4ebd376a1e
commit
354d89f75b
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue