summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-08-26 21:02:22 -0400
committerGitHub <noreply@github.com>2023-08-26 21:02:22 -0400
commit11676bb6c1691a4cc512340eedac0e721f0837d0 (patch)
treefc45e41196d8e3e1e490727d7c4441f0ebe3f102 /README.md
parent3e00e654835aa8f0fa099415985a0413acebb81c (diff)
deps: pin serde to 1.0.188 (#1286)
* deps: pin serde to 1.0.188 * changelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8f907f68..013ddc57 100644
--- a/README.md
+++ b/README.md
@@ -133,17 +133,20 @@ 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 first
+# If required, update Rust to the stable channel first:
rustup update stable
# Install
cargo install bottom --locked
-# If you use another channel by default, you can specify the stable channel as such:
+# If you use another channel by default, you can specify
+# the stable channel like so:
cargo +stable install bottom --locked
-# --locked may be omitted if you wish to not used locked dependencies, though this may also cause problems:
-cargo +stable install bottom
+# --locked may be omitted if you wish to not use the
+# locked crate versions in Cargo.lock. However, be
+# aware that this may cause problems with dependencies.
+cargo install bottom
```
### Arch Linux