summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@users.noreply.github.com>2023-07-06 10:42:12 -0400
committerGitHub <noreply@github.com>2023-07-06 10:42:12 -0400
commit67aa2f1bf8fd1049500904fef907f3fd99dcbf4b (patch)
tree415683dda322311bc7b5e70c5fdadaf94c2ec6a8
parentbf39a82f2a8cd3225a0b68d7d1135a222a6b549d (diff)
parent25a226d51d75c6ad2c62f382c287a2046fb6ae35 (diff)
Merge pull request #428 from orhun/docs/update_readme
Update README.md about installation on Arch Linux
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0dc22bd..17a272c 100644
--- a/README.md
+++ b/README.md
@@ -105,14 +105,12 @@ rpm -i dive_0.9.2_linux_amd64.rpm
**Arch Linux**
-Available as [dive](https://aur.archlinux.org/packages/dive/) in the Arch User Repository (AUR).
+Available in the [community repository](https://archlinux.org/packages/community/x86_64/dive/) and can be installed via [pacman](https://wiki.archlinux.org/title/Pacman):
```bash
-yay -S dive
+pacman -S dive
```
-The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as the tool for installing AUR packages.
-
**Mac**
If you use [Homebrew](https://brew.sh):