From 4b65b37c425b637bd8116bcedcb0c618aea7be9f Mon Sep 17 00:00:00 2001 From: Link Date: Sat, 31 Oct 2020 11:15:17 +0800 Subject: [PATCH] chore: update submodule --- NeteaseCloudMusicApi | 2 +- README.md | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/NeteaseCloudMusicApi b/NeteaseCloudMusicApi index fc041e0d..b87874ae 160000 --- a/NeteaseCloudMusicApi +++ b/NeteaseCloudMusicApi @@ -1 +1 @@ -Subproject commit fc041e0d57322ae132529d6a46501d2060c1dfe8 +Subproject commit b87874ae1369322ed75401c63bdfbf90491034a4 diff --git a/README.md b/README.md index c2b90db1..379d0e64 100644 --- a/README.md +++ b/README.md @@ -102,16 +102,13 @@ ``` 1、 克隆项目 - git clone https://github.com/Linkontoask/radishes.git + git clone --recurse-submodules https://github.com/Linkontoask/radishes.git -2、 拉取子模块 - git submodule update --init --recursive - -3、 安装npm包 +2、 安装npm包 yarn || npm i cd NeteaseCloudMusicApi/ yarn || npm i -4、运行项目 +3、运行项目 在主目录下运行 yarn dev ```