From 354d89f75bf8b6691896e2a183521ff2b9d67f3c Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 8 Apr 2023 16:28:55 -0400 Subject: [PATCH] docs: fix typo in cargo install instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bb10d82..d319e6ac 100644 --- a/README.md +++ b/README.md @@ -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