Browse Source

Updated nodejs requirement

master
Mark Madlangbayan 7 years ago
parent
commit
b037e1d736
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

33
 
33
 
34
 ## Building the sources
34
 ## Building the sources
35
 
35
 
36
-Node.js >= 6 is required.
36
+Node.js >= 8 is required.
37
 
37
 
38
 On Debian/Ubuntu systems, the required packages can be installed with:
38
 On Debian/Ubuntu systems, the required packages can be installed with:
39
 ```
39
 ```
40
-sudo apt-get install npm nodejs-legacy
40
+sudo apt-get install npm nodejs
41
 cd jitsi-meet
41
 cd jitsi-meet
42
 npm install
42
 npm install
43
 ```
43
 ```

Loading…
Cancel
Save