1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +02:00

install.md: Update Arch Linux instructions

bees is now available in the community repository.

Also changed AUR installation line to something more generic.
Dieser Commit ist enthalten in:
SeerLite
2021-06-11 13:21:41 -04:00
Ursprung 80c69f1ce4
Commit 3bf6db0354
+6 -2
Datei anzeigen
@@ -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
--------------