Skip to content

Commit 071ec74

Browse files
committed
update
1 parent 0464472 commit 071ec74

4 files changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,28 @@
22

33
> cgit是一个github快速下载器,使用国内镜像,clone速度可达10M/s。
44
5-
### 一、编译安装
5+
### 一、安装方法
6+
7+
目前,已提供了Ubuntu和Mac的预编译程序,如果使用的是其他系统,可以采用源码编译安装。
68

79
```shell script
810
git clone https://github.com/killf/cgit.git && sudo ./cgit/install.sh
911
```
1012

1113
### 二、使用方法
1214

15+
使用方法git与一样,只需将命令换算成cgit即可,如下:
16+
17+
```
18+
cgit clone https://github.com/killf/cgit.git
19+
```
20+
21+
### 三、下载速度
22+
23+
![](doc/img1.jpg)
24+
25+
![](doc/img2.jpg)
26+
27+
1328

1429

doc/img1.jpg

27.2 KB
Loading

doc/img2.jpg

29.8 KB
Loading

install.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)