Skip to content

Commit 3a7eee4

Browse files
committed
Update git clone address
1 parent aa86d6b commit 3a7eee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The official version of ApiBoot will be released to Maven Center. If you want to
9292

9393
```sh
9494
# Download master branch source code to local
95-
➜ git clone https://gitee.com/minbox-projects/api-boot.git
95+
➜ git clone https://github.com/minbox-projects/api-boot.git
9696
cd api-boot
9797
# install
9898
➜ mvn clean install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dgpg.skip

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ApiBoot正式版本都会发布到Maven Center,如果你想使用源码最新
9797

9898
```sh
9999
# 下载master分支源码到本地
100-
➜ git clone https://gitee.com/minbox-projects/api-boot.git
100+
➜ git clone https://github.com/minbox-projects/api-boot.git
101101
# 进入api-boot源码根目录
102102
cd api-boot
103103
# 执行安装

0 commit comments

Comments
 (0)