From 422963eab15423f8a06d2e697f96da4cc8b0f42d Mon Sep 17 00:00:00 2001 From: "Mr. Lan" Date: Sun, 19 Jul 2020 11:31:39 +0800 Subject: [PATCH] update readme. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 555b4dc..11fd5ef 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ npm >= 6.14 ``` # 1. 获取代码 -git https://github.com/lanyulei/ferry.git +git clone https://github.com/lanyulei/ferry.git +or +git clone https://gitee.com/xiao_lei/ferry.git # 2. 进入工作路径 cd ./ferry @@ -67,7 +69,9 @@ go run main.go server -c=config/settings.dev.yml ``` # 1. 获取代码 -git https://github.com/lanyulei/ferry_web.git +git clone https://github.com/lanyulei/ferry_web.git +or +git clone https://gitee.com/xiao_lei/ferry_web.git # 2. 进入工作路径 cd ./ferry_web