summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-01-03 01:09:04 -0500
committerGitHub <noreply@github.com>2020-01-03 01:09:04 -0500
commitb3ffca0d67a3b86714536738313cf1d23ba80d35 (patch)
treea8822db9155189e29c39a278d7e0e056f1cca976
parent2543cff9d8d76fb6183418bccdb8b23b1c06e8dc (diff)
Update README.md
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 25ed2e10..8c93f3b9 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,12 @@ A graphical top clone, written in Rust. Inspired by both [gtop](https://github.c
### Linux
-You can install by cloning and using `cargo build --release`, or download the pre-compiled binary in Releases.
+You can install by cloning and using `cargo build --release`, or use `cargo install bottom`.
### Windows
-You can currently install by cloning and building yourself using `cargo build --release`. You may need to install a font like [FreeMono](https://fonts2u.com/free-monospaced.font) and use a terminal like cmder for font support to work properly, unfortunately.
+You can currently install by cloning and building yourself using `cargo build --release`, or use `cargo install bottom`
+. You may need to install a font like [FreeMono](https://fonts2u.com/free-monospaced.font) and use a terminal like cmder for font support to work properly, unfortunately.
### macOS