Skip to content

Commit b889599

Browse files
alantyyx990803
authored andcommitted
chore: need single quote to create the README.md by echo (#64)
1 parent 580774b commit b889599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you just want to play around with VuePress, you can install it globally:
99
npm install -g vuepress
1010

1111
# create a markdown file
12-
echo # Hello VuePress > README.md
12+
echo '# Hello VuePress' > README.md
1313

1414
# start writing
1515
vuepress dev

0 commit comments

Comments
 (0)