summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Riccardi <riccardi.thomas@gmail.com>2013-06-09 01:52:10 +0200
committerThomas Riccardi <riccardi.thomas@gmail.com>2013-06-09 01:52:10 +0200
commit0714b98fc9337912bae0c6190b0a740277c9f922 (patch)
tree0a586ec29df1157a376d78a1733f1e37bfd29c95
parent2a15d09ba0a63553aa05b127dceeceddec4020b1 (diff)
downloadhib-dlagent-0714b98fc9337912bae0c6190b0a740277c9f922.tar.gz
hib-dlagent-0714b98fc9337912bae0c6190b0a740277c9f922.zip
Update README
-rw-r--r--README7
1 files 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 <ejona86@gmail.com>
+Contributor: Thomas Riccardi <riccardi.thomas@gmail.com>
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.