Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Latest commit

 

History

History
46 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.15 KB

README

High speed download utility

If you like / use this project, please let me known by adding a ★ on the GitHub repository.

Installation

# Define installation folder

export INSTALL_DIRECTORY=/usr/bin

# Use local installation

sudo bin/installer install

# Use remote installation

curl --location "https://github.com/timonier/aria2/raw/master/bin/installer" | sudo bash -s -- install

Note 1: If you do not define INSTALL_DIRECTORY, installer will use in /usr/local/bin.

Note 2: docker-for-mac users have to configure native NFS server.

Usage

Run the command aria2c:

# See all aria2c options

aria2c --help

# Run aria2c

aria2c --dir /data --enable-rpc --rpc-listen-all

Links