From 0714b98fc9337912bae0c6190b0a740277c9f922 Mon Sep 17 00:00:00 2001 From: Thomas Riccardi Date: Sun, 9 Jun 2013 01:52:10 +0200 Subject: Update README --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 60eff5b..6768f61 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ Tool to download Humble Indie Bundle binaries by file name Author: Eric Anderson +Contributor: Thomas Riccardi Description =========== @@ -9,6 +10,8 @@ useful when needing to download a particular Humble Bundle file via a script. The script does very little other than argument parsing; it effectively has only two "real" lines of functionality. +It also manages a storage directory where already downloaded file can be found. + Installation and Usage ====================== @@ -20,9 +23,7 @@ download the file so a different HTTP downloader such a Wget can be used. To use as a DLAGENT for the 'hib' scheme, you can modify makepkg.conf: DLAGENTS=(... - 'hib::/usr/bin/hib-dlagent -k 1a2b3c -o %o $(echo %u | cut -c 7-)' + 'hib::/usr/bin/hib-dlagent -k 1a2b3c -o %o %u' ...) -The 'cut -c 7-' removes the 'hib://' portion from the URL. - Run with the -h argument for more information. -- cgit v1.2.3-70-g09d2