From 42eba90e9502243911b7c228bd1f7d3fcbb45d2c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 30 Mar 2016 18:25:30 -0400 Subject: [PATCH] README.md: add AUR package instructions for Arch Linux Signed-off-by: Philippe Proulx --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b58c133..0de28ae 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,15 @@ installing globally). **Arch Linux**: +It is recommended to use the +[AUR package](https://aur.archlinux.org/packages/barectf/), which also +installs the man page. If you have +[yaourt](https://archlinux.fr/yaourt-en): + + sudo yaourt -Sy barectf + +Otherwise, you can always use `pip`: + sudo pacman -S python-pip sudo pip install barectf -- 2.34.1