From 7e4d87bae62d834e08fa7e5ab7dd4bef0e268edf Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Thu, 9 Jan 2020 22:31:49 -0500 Subject: [PATCH] [skip travis] Update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6766eddc..67e01eee5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,11 @@ 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 use `cargo install bottom`. +You can install by cloning and using `cargo build --release`, or use `cargo install bottom`. Other installation methods based on distros are as follows: + +#### Arch Linux + +You can get it from the AUR by installing `bottom` from the AUR. ### Windows