summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2020-01-09 22:31:49 -0500
committerClementTsang <clementjhtsang@gmail.com>2020-01-09 22:31:49 -0500
commit7e4d87bae62d834e08fa7e5ab7dd4bef0e268edf (patch)
treed7110f4627346275540c434864c7f77debc816cf
parentb587b1fe571bfd00fad7ee899b551a3e99348b25 (diff)
[skip travis] Update readme
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index d6766edd..67e01eee 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