Merge pull request #1494 from saghul/doc-browserify

doc: remove mention to Browserify from README
This commit is contained in:
bgrozev 2017-04-12 11:07:06 -05:00 committed by GitHub
commit 0316450ee2
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ You can get our mobile versions from here:
## Building the sources
Jitsi Meet uses [Browserify](http://browserify.org). If you want to make changes in the code you need to [install Browserify](http://browserify.org/#install). Browserify requires [nodejs](http://nodejs.org).
On Debian/Ubuntu systems, the required packages can be installed with:
```
sudo apt-get install npm nodejs-legacy