diff --git a/README.md b/README.md index a4fc23a..d879a92 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,11 @@ graph LR #### 方式 1:mdPress(推荐) -使用 [mdPress](https://github.com/yeasy/mdpress) 构建: +先安装 [mdPress](https://github.com/yeasy/mdpress): ```bash brew tap yeasy/tap && brew install mdpress -mdpress serve +npm run serve ``` 启动后访问 [本地阅读地址](http://localhost:4000)。