modify readme

This commit is contained in:
Your Name 2022-09-12 15:53:27 +08:00
parent 374dfd9aaf
commit 5a53346553
1 changed files with 4 additions and 2 deletions

View File

@ -18,13 +18,15 @@ deadlock-detect 是一款基于OpenKylin社区[kylin-code](https://gitee.com/mcy
获取地址https://nodejs.org/dist/
2. 编译view前端
```shell
cd view-ui
npm run build
cp dist detect-plugin/ -a
```
3. 编译打包插件
```shell
cd detect-plugin
yarn compile
yarn package
vsce package
```