Updated nodejs requirement

This commit is contained in:
Mark Madlangbayan 2018-05-15 12:48:23 -05:00 committed by Saúl Ibarra Corretgé
parent bce2438471
commit b037e1d736
1 changed files with 2 additions and 2 deletions

View File

@ -33,11 +33,11 @@ You can get our mobile versions from here:
## Building the sources
Node.js >= 6 is required.
Node.js >= 8 is required.
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
npm install
```