1.0.1 • Published 6 years ago

aria2rc v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

aria2crc

aria2c configuration

Usage

Step 1. Installation

git clone https://github.com/aria2/aria2.git
cd aria2
./configure
make
make install

# or
# if you installed lx-rc
rc aria2 --install

Step 2. Copy .aira2rc to ~/.aria2rc

# cd aria2rc directory
cp .aria2rc ~/.aria2rc

# or
rc aria2 --install

Step 3. Start aria2

# change --conf-path value to your .aria2rc path
# notice that the path should be absolute path, not ~/.aria2rc
aria2c --conf-path=/Users/liuxin/.aria2rc

# or
rc aria2 --start

Finally. Open http://lovesora.github.io/yaaw-aria2

Enjoy the download speed!