From 33cca95cb3c7b51e2c340265e25a52f393cbed84 Mon Sep 17 00:00:00 2001 From: WindLeaf_qwq Date: Sun, 24 Jul 2022 19:31:46 +0800 Subject: [PATCH] readme: cd the directory before `npm install` --- README.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 89aa99d..97adf35 100644 --- a/README.MD +++ b/README.MD @@ -29,8 +29,8 @@ ## 安装 ```shell -$ git clone git@github.com:Binaryify/NeteaseCloudMusicApi.git - +$ git clone git@github.com:Binaryify/NeteaseCloudMusicApi.git +$ cd NeteaseCloudMusicApi $ npm install ``` @@ -38,7 +38,7 @@ $ npm install ```shell $ git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git - +$ cd NeteaseCloudMusicApi $ npm install ```