Skip to content

Commit

Permalink
docs: create project folder in global installation (close #2045) (#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Cao authored and meteorlxy committed Dec 2, 2019
1 parent a28804c commit 2aaaadd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/docs/docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ If you only want to play around with VuePress, you can install it globally:
# install globally
yarn global add vuepress # OR npm install -g vuepress

# create the project folder
mkdir vuepress-starter && cd vuepress-starter

# create a markdown file
echo '# Hello VuePress' > README.md

Expand Down

0 comments on commit 2aaaadd

Please sign in to comment.