From b8895996add5969d5619c4e47d5ff2d590617037 Mon Sep 17 00:00:00 2001 From: Alan <7888785@qq.com> Date: Mon, 16 Apr 2018 12:12:24 +0800 Subject: [PATCH] chore: need single quote to create the README.md by echo (#64) --- docs/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 3ee5e57d72..e4111654d3 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -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