Merge pull request #1571 from WindLeaf233/master

docs: cd the directory before `npm install`
This commit is contained in:
binaryify 2022-07-24 20:39:57 +08:00 committed by GitHub
commit 92098e4b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -263,7 +263,7 @@
```shell
$ git clone git@github.com:Binaryify/NeteaseCloudMusicApi.git
$ cd NeteaseCloudMusicApi
$ npm install
```