aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <saghul@gmail.com>2017-01-12 08:59:14 -0600
committerhristoterezov <hristo@jitsi.org>2017-01-12 10:39:50 -0600
commitb103834bb23b2b10650003c397395e1ee89d7fb6 (patch)
tree78b6edc213a3312de206eb439bb7e01b7124c706 /README.md
parent26a6d2bbaec2ef113acb188dae194162a4f11bdd (diff)
Simplify rebuilding Node modules for Electron
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index da7aac7..b20f0f1 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ from config.js
## Building the sources
```bash
-npm run build
+npm install
```
## Statring the application