summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-01-29 22:15:08 +0300
committerAlex Goodman <wagoodman@users.noreply.github.com>2023-07-06 10:40:42 -0400
commit25a226d51d75c6ad2c62f382c287a2046fb6ae35 (patch)
treecb0d64e6975f7a6667a99db07567722cb8ea1be6
parent2a99dd25fe6490a3918221d5f084e71a6349ad5f (diff)
Update README.md about installation on Arch Linux
`dive` is moved to community: https://archlinux.org/packages/community/x86_64/dive/
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 15c45fe..2fcea6f 100644
--- a/README.md
+++ b/README.md
@@ -96,14 +96,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):