From 4e5c5c74108718b08a021991b314d6a68d829544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 5 Nov 2012 16:48:14 -0300 Subject: Note on aur usage --- aur | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aur b/aur index b96cb20..6ffb2b9 100755 --- a/aur +++ b/aur @@ -26,6 +26,9 @@ function usage { echo echo "This script will download packages from aur to the current dir" echo "and check their license for nonfree issues." + echo + echo "Note: it depends on abs to be updated." + echo "Install 'abs-libre' and run \`abs\` as root before working with $0" } while getopts 'h' arg; do -- cgit v1.2.3-2-g168b