Skip to content

Commit

Permalink
perfL 修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
zsrl committed Aug 8, 2023
1 parent d15f701 commit a5d74e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@

## 环境依赖

**1、安装Node.js**

由于程序中执行了js代码,请先保证已安装了[Node.js](https://nodejs.org/en/)

未安装请自行安装

**2、安装`jsdom`**

新版hexin-v.js使用了`jsdom`这个包,所以需要你的Node.js环境中有这个包

```
npm install jsdom
```

## 安装

```
Expand Down

0 comments on commit a5d74e6

Please sign in to comment.