Skip to content

Commit 2aaaadd

Browse files
Ryan Caometeorlxy
Ryan Cao
authored andcommitted
docs: create project folder in global installation (close #2045) (#2051)
1 parent a28804c commit 2aaaadd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: packages/docs/docs/guide/getting-started.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ If you only want to play around with VuePress, you can install it globally:
1212
# install globally
1313
yarn global add vuepress # OR npm install -g vuepress
1414

15+
# create the project folder
16+
mkdir vuepress-starter && cd vuepress-starter
17+
1518
# create a markdown file
1619
echo '# Hello VuePress' > README.md
1720

0 commit comments

Comments
 (0)