Skip to content

Commit

Permalink
chore: need single quote to create the README.md by echo (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
alant authored and yyx990803 committed Apr 16, 2018
1 parent 580774b commit b889599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you just want to play around with VuePress, you can install it globally:
npm install -g vuepress

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

# start writing
vuepress dev
Expand Down

0 comments on commit b889599

Please sign in to comment.