From e1927ec428a409434d4d2445754394dc2bb58e01 Mon Sep 17 00:00:00 2001 From: felixphew Date: Sun, 9 Mar 2014 09:01:53 +1100 Subject: [PATCH] Fixed code formatting --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 427d1fc..7e1ee52 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ webui-aria2 The aim for this project is to create the worlds best and hottest interface to interact with aria2. aria2 is the worlds best file downloader, but sometimes the command line brings more power than necessary. The project was created as part of the GSOC scheme with tremendous support and feedback from the aria2 community. Very simple to use, no build scripts, no installation scripts. First start aria2 in the background either in your local machine or in a remote one. You can do that as follows: -**aria2c --enable-rpc --rpc-listen-all** +````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.com/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. @@ -18,7 +20,7 @@ A completely overhauled version is enabled by default. There are slight changes Dependencies ============ -Well, I guess you cannot run it without aria2 installed locally or on a network location. And not sure if a web browser counts as a dependency on GUI desktops :) +Well, you need aria2. And a web browser (if that even counts!) Support =======