Skip to content

Commit 4f306b0

Browse files
committedDec 2, 2019
docs: update getting-started guide
1 parent 2aaaadd commit 4f306b0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎packages/docs/docs/guide/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ yarn docs:dev # OR npm run docs:dev
6363
To generate static assets, run:
6464

6565
``` bash
66-
yarn docs:build # Or npm run docs:build
66+
yarn docs:build # OR npm run docs:build
6767
```
6868

6969
By default, the built files will be in `.vuepress/dist`, which can be configured via the `dest` field in `.vuepress/config.js`. The built files can be deployed to any static file server. See [Deployment Guide](deploy.md) for guides on deploying to popular services.

‎packages/docs/docs/zh/guide/getting-started.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# 安装
1313
yarn global add vuepress # 或者:npm install -g vuepress
1414

15+
# 创建项目目录
16+
mkdir vuepress-starter && cd vuepress-starter
17+
1518
# 新建一个 markdown 文件
1619
echo '# Hello VuePress!' > README.md
1720

0 commit comments

Comments
 (0)
Please sign in to comment.