From 2aaaadd6a91db032dcff39d4dc6e508c9a63919d Mon Sep 17 00:00:00 2001 From: Ryan Cao <47623453+ryanccn@users.noreply.github.com> Date: Mon, 2 Dec 2019 10:57:12 +0800 Subject: [PATCH] docs: create project folder in global installation (close #2045) (#2051) --- packages/docs/docs/guide/getting-started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/docs/docs/guide/getting-started.md b/packages/docs/docs/guide/getting-started.md index a98d6661..b9ebde92 100644 --- a/packages/docs/docs/guide/getting-started.md +++ b/packages/docs/docs/guide/getting-started.md @@ -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 -- GitLab