diff --git a/README.md b/README.md index fb3c406..d2c560f 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,11 @@ To run with [Electron](https://www.electronjs.org/) : ``` npm start ``` -To build for Linux +To build for Linux (It will create packages as specified in package.json) ``` npm run linux ``` +To build for Windows +``` +npm run windows +``` \ No newline at end of file