Skip to content

Commit

Permalink
调整贡献代码的内容
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Sep 19, 2024
1 parent a0db753 commit 0bf9675
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,15 +359,19 @@ cnpm install lerna@6 -g

运行如下命令即可开发模式启动
```shell
# 拉取代码
git clone https://github.com/docmirror/dev-sidecar

cd dev-sidecar

# 注意不要使用 `npm install` 来安装依赖,因为 `lerna bootstrap` 会自动安装依赖
lerna bootstrap
# 如果 `lerna bootstrap` 有报错,可以尝试执行如下两行命令,用yarn替换掉npm:
#cnpm install yarn
#lerna bootstrap --npm-client=yarn

# 运行DevSidecar
cd packages/gui

npm run electron

```
Expand Down

0 comments on commit 0bf9675

Please sign in to comment.