We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774d3af commit 15c63feCopy full SHA for 15c63fe
command/axel.md
@@ -9,6 +9,14 @@ axel
9
10
### 安装
11
12
+#### 源码安装
13
+
14
+github地址:https://github.com/axel-download-accelerator/axel
15
16
+下载相应的 release 版本后,解压进入目录执行`./configure && make && make install`安装即可。
17
18
+#### 二进制安装
19
20
CentOS安装Axel:
21
22
目前yum源上没有Axel,我们可以到 http://pkgs.repoforge.org/axel/ 下载rpm包安装。
@@ -54,6 +62,7 @@ axel [options] url1 [url2] [url...]
54
62
--alternate , -a # Alternate progress indicator
55
63
--help ,-h # 帮助
56
64
--version ,-V # 版本信息
65
+--insecure,-k # 不验证SSL证书
57
66
```
58
67
59
68
### 实例
0 commit comments