Commit 046e6ba0 authored by D3m0nKingx's avatar D3m0nKingx Committed by GitHub

missing syntax in command line

Added missing `run` to command line for starting build of `npm run start:webpack`. Also changed text formatting to code for easier reading
parent af2b39cd
......@@ -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