From 3bf6db03543f44ca8c35ceb50ec80fd3c8c3cab4 Mon Sep 17 00:00:00 2001 From: SeerLite Date: Fri, 11 Jun 2021 13:21:41 -0400 Subject: [PATCH] install.md: Update Arch Linux instructions bees is now available in the community repository. Also changed AUR installation line to something more generic. --- docs/install.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index c8698fd..5ff53ba 100644 --- a/docs/install.md +++ b/docs/install.md @@ -32,9 +32,13 @@ bees can be installed by following one these instructions: Arch package ------------ -bees is available in Arch Linux AUR. Install with: +bees is available for Arch Linux in the community repository. Install with: -`$ pacaur -S bees-git` +`$ pacman -S bees` + +or build a live version from git master using AUR: + +`$ git clone https://aur.archlinux.org/bees-git.git && cd bees-git && makepkg -si` Gentoo package --------------