Skip to content

Commit

Permalink
Merge pull request #19 from FiloSottile/master
Browse files Browse the repository at this point in the history
README: mention official Arch Linux package (FiloSottile#204)
  • Loading branch information
sthagen committed Apr 5, 2021
2 parents c8322e8 + 290a2fd commit 17f2a6d
Showing 1 changed file with 2 additions and 4 deletions.
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

0 comments on commit 17f2a6d

Please sign in to comment.