Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: mention official Arch Linux package #204

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -124,12 +124,10 @@ git clone https://filippo.io/age && cd age
go build -o . filippo.io/age/cmd/...
```

On Arch Linux, age is available from AUR as [`age`](https://aur.archlinux.org/packages/age/) or [`age-git`](https://aur.archlinux.org/packages/age-git/):
On Arch Linux, age is available in the official repositories:

```bash
git clone https://aur.archlinux.org/age.git
cd age
makepkg -si
sudo pacman -Syu age
```

On OpenBSD -current and 6.7+, you can use the port:
Expand Down