From 9b44d90c0af33e4bcd2748c4b6a3875a0bcb4e8e Mon Sep 17 00:00:00 2001 From: xxq250 Date: Thu, 24 Feb 2022 16:52:01 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3edd37623..ddc283b87 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ rails db:migrate RAILS_ENV=development (11)clone前端代码:将前端代码克隆到public/react目录下,目录结构应该是: public/react/build ```bash -git clone -b standalone https://git.trustie.net/jasder/build.git +git clone -b standalone https://gitlink.org.cn/Gitlink/build.git ``` (12)启动redis(此处以macOS系统为例)