Skip to content

Commit

Permalink
Add '--single-branch' option to make git-clone faster
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleLabyrinth committed Jul 29, 2019
1 parent 316314f commit ea583e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ __NOTICE: This keygen only supports Navicat Premium.__
* Clone `mac` branch and build keygen and patcher:

```shell
$ git clone -b mac https://github.com/DoubleLabyrinth/navicat-keygen.git
$ git clone -b mac --single-branch https://github.com/DoubleLabyrinth/navicat-keygen.git
$ cd navicat-keygen
$ make all
```
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Clone `mac` 分支,并编译keygen和patcher

```bash
$ git clone -b mac https://github.com/DoubleLabyrinth/navicat-keygen.git
$ git clone -b mac --single-branch https://github.com/DoubleLabyrinth/navicat-keygen.git
$ cd navicat-keygen
$ make all
```
Expand Down

0 comments on commit ea583e9

Please sign in to comment.