Merge pull request #428 from orhun/docs/update_readme

Update README.md about installation on Arch Linux
This commit is contained in:
Alex Goodman 2023-07-06 10:42:12 -04:00 committed by GitHub
commit 67aa2f1bf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):