diff --git a/examples/electron/README.md b/examples/electron/README.md index 65759b4..5bbeaea 100644 --- a/examples/electron/README.md +++ b/examples/electron/README.md @@ -16,10 +16,14 @@ computer. * After building the web application, navigate to the ```electron``` directory and execute following commands to build the executable: ```bash - cd electron + cd examples/electron npm install npm run dist ``` +* Run the application: + ```bash + npm start + ``` If you encounter any issues, please check the troubleshooting below.