We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f26458 commit fbb7538Copy full SHA for fbb7538
docs/guide/getting-started.md
@@ -72,7 +72,9 @@ npm install -D vuepress@next
72
- **Step 5**: Add the default temp and cache directory to `.gitignore` file
73
74
```bash
75
-echo 'node_modules\n.temp\n.cache' >> .gitignore
+echo 'node_modules' >> .gitignore
76
+echo '.temp' >> .gitignore
77
+echo '.cache' >> .gitignore
78
```
79
80
- **Step 6**: Create your first document
docs/zh/guide/getting-started.md
@@ -73,7 +73,9 @@ npm install -D vuepress@next
- **步骤5**: 将默认的临时目录和缓存目录添加到 `.gitignore` 文件中
81
- **步骤6**: 创建你的第一篇文档
0 commit comments