Skip to content

Commit 15c63fe

Browse files
authored
doc: update axel.md (#596)
* Update axel.md 添加 axel 源码安装方法。 * Update axel.md 更新 axel 源码安装和 -k 参数
1 parent 774d3af commit 15c63fe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

command/axel.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ axel
99

1010
### 安装
1111

12+
#### 源码安装
13+
14+
github地址:https://github.com/axel-download-accelerator/axel
15+
16+
下载相应的 release 版本后,解压进入目录执行`./configure && make && make install`安装即可。
17+
18+
#### 二进制安装
19+
1220
CentOS安装Axel:
1321

1422
目前yum源上没有Axel,我们可以到 http://pkgs.repoforge.org/axel/ 下载rpm包安装。
@@ -54,6 +62,7 @@ axel [options] url1 [url2] [url...]
5462
--alternate , -a # Alternate progress indicator
5563
--help ,-h # 帮助
5664
--version ,-V # 版本信息
65+
--insecure,-k # 不验证SSL证书
5766
```
5867

5968
### 实例

0 commit comments

Comments
 (0)