Updates dev build instructions.
This commit is contained in:
parent
ea7283aa52
commit
b6f9cf93d5
|
@ -18,8 +18,7 @@ Jitsi Meet uses [Browserify](http://browserify.org). If you want to make changes
|
||||||
|
|
||||||
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
|
sudo apt-get install npm nodejs-legacy
|
||||||
sudo npm install -g browserify
|
|
||||||
cd jitsi-meet
|
cd jitsi-meet
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue