diff --git a/README.md b/README.md index 7c07c6f..296e180 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# electron-node-red +# Electron Node-RED + +[![GitHub version](https://badge.fury.io/gh/dceejay%2Felectron-node-red.svg)](https://badge.fury.io/gh/dceejay%2Felectron-node-red) This is an Electron template to embed [Node-RED](https://nodered.org) with a Dashboard generated by node-red-dashboard to create a native application. @@ -60,6 +62,8 @@ These can be changed by editing the build section of the `package.json` file, se Electron-builder has a pre-configured Docker image that can help you build cross platform images if you like Docker - again read [their docs](https://www.electron.build/multi-platform-build#build-electron-app-using-docker-on-a-local-machine). +This is very useful if you need to build for Windows on a Mac as the electron-builder invokes wine which is only 32-bit and so can't be run under Catalina. + ## Developing and Testing - Running locally While developing and testing you can just run your app locally by running