From 64c788a4440fc92b2d909613b4ccb4135075790c Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Thu, 27 Feb 2020 19:01:50 -0500 Subject: [PATCH] [skip travis] add bottom-bin to readme. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f12fc52..487ce596 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,12 @@ Installation methods on a per-distro basis: #### Arch Linux -You can get the release versions from the [AUR](https://aur.archlinux.org/packages/bottom/) by installing `bottom`. For example, using `yay`: +You can get the release versions from the AUR by installing [`bottom`](https://aur.archlinux.org/packages/bottom/) or [`bottom-bin`](https://aur.archlinux.org/packages/bottom-bin/). For example, using `yay`: ```bash yay bottom +#Or +yay bottom-bin ``` #### Debian (and anything based on it, like Ubuntu) @@ -204,7 +206,7 @@ Note that `q` is disabled while in the search widget. ## Contribution -Contribution is welcome! Just submit a PR. +Contribution is welcome! Just submit a PR. If you spot any issue with nobody assigned to it, or it seems like no work has started on it, feel free to try and do it!