Skip to content

Commit 06be560

Browse files
committed
dev: 修复安装命令
1 parent 022257d commit 06be560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
```sh
5656
git clone https://github.com/Cactus-proj/A-Philosophy-of-Software-Design-zh.git
5757
cd A-Philosophy-of-Software-Design-zh/
58-
npm install # 安装 VuePress@next
59-
npm run dev # 编译并打开网页预览
58+
npm install # 安装 VuePress@next
59+
npm run docs:dev # 编译并打开网页预览
6060
```
6161

6262

0 commit comments

Comments
 (0)