From 83bf4502f389a63167e6665951999a61300237b2 Mon Sep 17 00:00:00 2001 From: Mestima Date: Fri, 10 Jul 2020 18:55:42 +0300 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 485fd66..4da3b50 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# electron-desktop +# Simple Electron-Desktop Simple electron desktop application + +## Settings + +- You can easily change url electron will open at `index.js` file + +- You can change an application icon at `assets` folder. All you need to do is just replace `icon.ico` file with your icon + +- Version, application name and description might be changed at `package.json` and `package-lock.json` files + +## Build + +- Navigate to the project folder + +- Run `npm install` command + +- Run `npm run build` command + +## Dependencies + +- NodeJS