mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-14 00:17:07 +00:00
Merge pull request #550 from grawlinson/update_readme
docs: update reference to Arch Linux package
This commit is contained in:
commit
2d30dbf931
1 changed files with 3 additions and 6 deletions
|
@ -84,15 +84,12 @@ cargo install bottom
|
|||
cargo install bottom --locked
|
||||
```
|
||||
|
||||
### AUR
|
||||
### Arch Linux
|
||||
|
||||
The normal package can be found [here](https://aur.archlinux.org/packages/bottom/), while the binary package found [here](https://aur.archlinux.org/packages/bottom-bin/):
|
||||
There is an official package that can be installed with `pacman`:
|
||||
|
||||
```bash
|
||||
yay -S bottom
|
||||
|
||||
# If you instead want a pre-built binary:
|
||||
yay -S bottom-bin
|
||||
sudo pacman -Syu bottom
|
||||
```
|
||||
|
||||
### Debian/Ubuntu
|
||||
|
|
Loading…
Reference in a new issue