소스 검색

doc: update README

master
daxion 4 년 전
부모
커밋
5dab191a87
No account linked to committer's email address
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8
    0
      README.md

+ 8
- 0
README.md 파일 보기

@@ -8,6 +8,8 @@ You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom
8 8
 
9 9
 ## Building the sources
10 10
 
11
+NOTE: you need Node.js >= 12 and npm >= 6
12
+
11 13
 To build the library, just type:
12 14
 ```
13 15
 npm install
@@ -20,4 +22,10 @@ and to run unit tests:
20 22
 ```
21 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 31
 Both linting and units will also be done by a pre-commit hook.

Loading…
취소
저장