summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson <george@rawlinson.net.nz>2021-07-19 02:42:28 +0000
committerGeorge Rawlinson <george@rawlinson.net.nz>2021-07-19 02:42:28 +0000
commit3165cb95c1647332f05f4639cc174c7dfd8a543d (patch)
tree8d546b620751c5459f0de3556fba25a9d1e3959d
parent812731ba00144d0e21fd78f9957c571aa5c703a7 (diff)
docs: update reference to Arch Linux package
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 60b1c8fc..a4a3b5d2 100644
--- a/README.md
+++ b/README.md
@@ -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