Browse Source

Updates dev build instructions.

master
damencho 9 years ago
parent
commit
b6f9cf93d5
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      README.md

+ 1
- 2
README.md View File

@@ -18,8 +18,7 @@ Jitsi Meet uses [Browserify](http://browserify.org). If you want to make changes
18 18
 
19 19
 On Debian/Ubuntu systems, the required packages can be installed with:
20 20
 ```
21
-sudo apt-get install npm
22
-sudo npm install -g browserify
21
+sudo apt-get install npm nodejs-legacy
23 22
 cd jitsi-meet
24 23
 npm install
25 24
 ```

Loading…
Cancel
Save