From 290a2fd5ec7b019db2ab6deec9887047ad2b8c54 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Mon, 5 Apr 2021 17:19:17 +0200 Subject: [PATCH] README: mention official Arch Linux package (#204) Signed-off-by: Christian Rebischke --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61b72c5..8a71053 100644 --- a/README.md +++ b/README.md @@ -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: