Skip to content

Commit 45d079c

Browse files
Ivocinulivz
authored andcommitted
docs: use echo statement with single quotes (#820)
to avoid ! error: `-bash: !": event not found`
1 parent d3da555 commit 45d079c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
yarn global add vuepress # 或者:npm install -g vuepress
1414

1515
# 新建一个 markdown 文件
16-
echo "# Hello VuePress!" > README.md
16+
echo '# Hello VuePress!' > README.md
1717

1818
# 开始写作
1919
vuepress dev .

0 commit comments

Comments
 (0)