Updates dev build instructions.

This commit is contained in:
damencho 2015-11-09 09:38:42 -06:00
parent ea7283aa52
commit b6f9cf93d5
1 changed files with 1 additions and 2 deletions

View File

@ -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:
```
sudo apt-get install npm
sudo npm install -g browserify
sudo apt-get install npm nodejs-legacy
cd jitsi-meet
npm install
```