Skip to content

Commit 0a51ff5

Browse files
author
sqrtthree
committed
docs: Local dependency is a better choice
1 parent 153deb8 commit 0a51ff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ There are some global dependencies you need to set up.
3434

3535
```bash
3636
# Install VuePress
37-
yarn global add vuepress # OR npm install -g vuepress
37+
yarn add vuepress # OR npm install vuepress
3838

3939
# Install theme
40-
yarn global add vuepress-theme-api # OR npm install -g vuepress-theme-api
40+
yarn add vuepress-theme-api # OR npm install vuepress-theme-api
4141
```
4242

4343
### Configuration

0 commit comments

Comments
 (0)