From 6857f733841e25e55f1ca4d6f287fa12831bd6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxxq250=E2=80=9D?= <“xxq250@qq.com”> Date: Fri, 2 Sep 2022 11:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E7=BD=B2=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef86a4c35..2e84b704d 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ rails db:migrate RAILS_ENV=development (12)clone前端代码:将前端代码克隆到public/react目录下,目录结构应该是: public/react/build ```bash -git clone -b standalone https://gitlink.org.cn/Gitlink/build.git +git clone -b master https://gitlink.org.cn/Gitlink/build.git ``` (13)启动redis(此处以macOS系统为例)