Updated nodejs requirement
This commit is contained in:
parent
bce2438471
commit
b037e1d736
|
@ -33,11 +33,11 @@ You can get our mobile versions from here:
|
||||||
|
|
||||||
## Building the sources
|
## Building the sources
|
||||||
|
|
||||||
Node.js >= 6 is required.
|
Node.js >= 8 is required.
|
||||||
|
|
||||||
On Debian/Ubuntu systems, the required packages can be installed with:
|
On Debian/Ubuntu systems, the required packages can be installed with:
|
||||||
```
|
```
|
||||||
sudo apt-get install npm nodejs-legacy
|
sudo apt-get install npm nodejs
|
||||||
cd jitsi-meet
|
cd jitsi-meet
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue