git clone git://github.com/tatsuhiro-t/aria2.git+
diff --git a/README.asciidoc b/README.asciidoc index d25d0917..ce04c3d4 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -19,7 +19,16 @@ HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. -Here is a list of features. +The project page is located at http://aria2.sourceforge.net/. + +See http://aria2.sourceforge.net/aria2c.1.html[aria2 Online Manual] +and http://sourceforge.net/apps/trac/aria2/wiki/UsageExample[the usage +example] to learn how to use aria2. + +Features +-------- + +Here is a list of features: * Command-line interface * Download files through HTTP(S)/FTP/BitTorrent @@ -63,6 +72,21 @@ Here is a list of features. * Parameterized URI support * IPv6 support +How to get source code +---------------------- + +We maintain the source code at Github: +http://github.com/tatsuhiro-t/aria2 + +To download the latest source code, run following command: + +------------------------------------------------ +git clone git://github.com/tatsuhiro-t/aria2.git +------------------------------------------------ + +This will create aria2 directory in your current directory and source +files are stored there. + Dependency ---------- @@ -247,7 +271,8 @@ correct permissions(600). References ---------- - * man aria2c + * http://aria2.sourceforge.net/aria2c.1.html[aria2 Online Manual] * http://aria2.sourceforge.net/ * http://sourceforge.net/apps/trac/aria2/wiki + * http://github.com/tatsuhiro-t/aria2 * http://tools.ietf.org/html/rfc5854 diff --git a/README.html b/README.html index 34cedcf6..787eea35 100644 --- a/README.html +++ b/README.html @@ -571,7 +571,14 @@ BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink’s chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.
-Here is a list of features.
The project page is located at http://aria2.sourceforge.net/.
See aria2 Online Manual +and the usage +example to learn how to use aria2.
Here is a list of features:
@@ -752,7 +759,19 @@ IPv6 support
We maintain the source code at Github: +http://github.com/tatsuhiro-t/aria2
To download the latest source code, run following command:
git clone git://github.com/tatsuhiro-t/aria2.git+
This will create aria2 directory in your current directory and source +files are stored there.