Commit cbdd2eb5 authored by Jeremy Bokobza's avatar Jeremy Bokobza Committed by GitHub

Merge pull request #182 from D3m0nKingx/patch-1

missing syntax in command line
parents af2b39cd 046e6ba0
......@@ -37,8 +37,8 @@ This will compile the Angular code and spawn the Electron process in parallel.
After compilation has completed the Electron UI will refresh.
If you want to seperate the build process from the Electron process you can use:
- **in a terminal window** -> npm start:webpack
- **in another terminal window** -> npm run electron:serve
- **in a terminal window** -> `npm run start:webpack`
- **in another terminal window** -> `npm run electron:serve`
## To build for production
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment