浏览代码

doc: update README

dev1
daxion 5 年前
父节点
当前提交
5dab191a87
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      README.md

+ 8
- 0
README.md 查看文件

8
 
8
 
9
 ## Building the sources
9
 ## Building the sources
10
 
10
 
11
+NOTE: you need Node.js >= 12 and npm >= 6
12
+
11
 To build the library, just type:
13
 To build the library, just type:
12
 ```
14
 ```
13
 npm install
15
 npm install
20
 ```
22
 ```
21
 npm test
23
 npm test
22
 ```
24
 ```
25
+if you need to rebuild lib-jitsi-meet.min.js
26
+
27
+```
28
+npm run postinstall
29
+```
30
+
23
 Both linting and units will also be done by a pre-commit hook.
31
 Both linting and units will also be done by a pre-commit hook.

正在加载...
取消
保存