diff options
author | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-01-12 08:59:14 -0600 |
---|---|---|
committer | hristoterezov <hristo@jitsi.org> | 2017-01-12 10:39:50 -0600 |
commit | b103834bb23b2b10650003c397395e1ee89d7fb6 (patch) | |
tree | 78b6edc213a3312de206eb439bb7e01b7124c706 /README.md | |
parent | 26a6d2bbaec2ef113acb188dae194162a4f11bdd (diff) |
Simplify rebuilding Node modules for Electron
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ from config.js ## Building the sources ```bash -npm run build +npm install ``` ## Statring the application |