mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
docs: fix typo in cargo install instructions
This commit is contained in:
parent
4ebd376a1e
commit
354d89f75b
@ -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…
x
Reference in New Issue
Block a user