From 82ab334d69a43338b342c1e76643a4153564f63e Mon Sep 17 00:00:00 2001 From: WindLeaf_qwq Date: Sun, 24 Jul 2022 19:21:05 +0800 Subject: [PATCH] docs: cd the directory before `npm install` --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 2fe76cf..bf57064 100644 --- a/docs/README.md +++ b/docs/README.md @@ -263,7 +263,7 @@ ```shell $ git clone git@github.com:Binaryify/NeteaseCloudMusicApi.git - +$ cd NeteaseCloudMusicApi $ npm install ```