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 ```