[skip travis] add bottom-bin to readme.

This commit is contained in:
ClementTsang 2020-02-27 19:01:50 -05:00
parent e5957e06d0
commit 64c788a444

View File

@ -54,10 +54,12 @@ Installation methods on a per-distro basis:
#### Arch Linux #### 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 ```bash
yay bottom yay bottom
#Or
yay bottom-bin
``` ```
#### Debian (and anything based on it, like Ubuntu) #### Debian (and anything based on it, like Ubuntu)