mirror of
https://github.com/FiloSottile/age.git
synced 2026-04-18 18:15:00 +00:00
README: mention official Arch Linux package (#204)
Signed-off-by: Christian Rebischke <chris@shibumi.dev>
This commit is contained in:
committed by
GitHub
parent
bad2c0d2e0
commit
290a2fd5ec
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user