We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0464472 commit 071ec74Copy full SHA for 071ec74
4 files changed
README.md
@@ -2,13 +2,28 @@
2
3
> cgit是一个github快速下载器,使用国内镜像,clone速度可达10M/s。
4
5
-### 一、编译安装
+### 一、安装方法
6
+
7
+目前,已提供了Ubuntu和Mac的预编译程序,如果使用的是其他系统,可以采用源码编译安装。
8
9
```shell script
10
git clone https://github.com/killf/cgit.git && sudo ./cgit/install.sh
11
```
12
13
### 二、使用方法
14
15
+使用方法git与一样,只需将命令换算成cgit即可,如下:
16
17
+```
18
+cgit clone https://github.com/killf/cgit.git
19
20
21
+### 三、下载速度
22
23
+
24
25
+
26
27
28
29
doc/img1.jpg
27.2 KB
doc/img2.jpg
29.8 KB
install.sh
100644
100755
0 commit comments