summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-11 17:22:39 -0700
committerGitHub <noreply@github.com>2020-08-11 20:22:39 -0400
commitd0cc6078df6886bd40643ee3f542c7cd0862d929 (patch)
tree1617b1d879340f9efce0c40508e2dcb6aeb6d57f /README.md
parent17552c50cfc7247126e9f1eacc157a2be91cfc86 (diff)
deps: Update dependencies, drop MSRV
Update dependencies to most recent versions if applicable. Refactor to deal with breaking changes. Drop MSRV due to dependency issues, just support stable and later.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6b1dee99..c6ccd190 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ A cross-platform graphical process/system monitor with a customizable interface
## Table of Contents
- [Installation](#installation)
- - [Manual](#manual)
+ - [Manually](#manually)
- [Cargo](#cargo)
- [AUR](#aur)
- [Debian (and Debian-based)](#debian)
@@ -59,9 +59,9 @@ Note that bottom is:
As such, support beyond that is not guaranteed.
-### Manual
+### [Manually]
-There are a few ways to go about doing this. Note that the MSRV is 1.40.0. For example:
+There are a few ways to go about doing this manually. If you do so, please build using the current stable release of Rust. For example:
```bash
# If required, update Rust on the stable channel
@@ -84,6 +84,9 @@ cargo install --path .
### Cargo
```bash
+# If required, update Rust on the stable channel
+rustup update stable
+
cargo install bottom
# OR, --locked may be required due to how cargo install works