1. Homebrew安装Aria2
brew install aria2
2. 配置aria2.conf
# 进入用户家目录
cd ~
# 创建Aria2的配置目录
mkdir .aria2
# 进入目录内
cd .aria2
# 获取当前终端绝对路径pwd
pwd
# 创建aria2的配置文件
touch aria2.conf
使用vim或者其他的编辑工具打开配置文件aria2.conf
[阅读全文]brew install aria2
# 进入用户家目录
cd ~
# 创建Aria2的配置目录
mkdir .aria2
# 进入目录内
cd .aria2
# 获取当前终端绝对路径pwd
pwd
# 创建aria2的配置文件
touch aria2.conf
使用vim或者其他的编辑工具打开配置文件aria2.conf
[阅读全文]