From 3811093c3a53335f2bfc5e072b7181da3c006145 Mon Sep 17 00:00:00 2001 From: hamza zia Date: Tue, 2 Sep 2014 00:19:18 +0500 Subject: [PATCH] added the seelct files to the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fa22cb0..ab5d538 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,16 @@ Very simple to use, no build scripts, no installation scripts. First start aria2 ````bash aria2c --enable-rpc --rpc-listen-all ```` + + If aria2 is not installed in your local machine then head on to http://aria2.sourceforge.net/ and follow the instructions there. Then download the webui, you can either do that by downloading this repository and running index.html in the browser. Or you could just head on to http://ziahamza.github.io/webui-aria2/ and just start downloading files! After that you can also save it for offline use by saving from the browser save page as option. +Tips +==== +1. You can always select which files to download in case of torrents or metalinks. Just pause a download and a list icon should appear next to the settings button. To select which files to download before starting the download, give the flag --pause-metadata to aria2. See [link](http://aria2.sourceforge.net/manual/en/html/aria2c.html#cmdoption--pause-metadata) + Configuration ============= Read and edit [configuration.js](configuration.js).