Skip to content

Commit dcb7759

Browse files
committed
electron packager link added
1 parent 149f0f4 commit dcb7759

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ Clone this repository into your local computer then follow these steps...
1717
3. Enjoy.
1818

1919
## Build
20-
Clone the repository and run `npm build` with **electron-packager** installed.
20+
Clone the repository and run `npm build` with [**electron-packager**](https://github.com/electron-userland/electron-packager "electron-packager repo") installed.
21+
22+
> Run `npm install electron-packager --save-dev` to quick install
23+
24+
> For tutorial on how to package an app check this link [go to this link ](https://www.christianengvall.se/electron-packager-tutorial/)
2125
2226
## Info
2327
**NOTE:** Make sure you have installed NodeJs and Electron on your computer.
@@ -30,6 +34,8 @@ help me to package this app for Mac and Linux environment.
3034
**Windows binary version (.exe) coming soon** :smile:
3135

3236
## Sources
33-
1.[openweather](https://openweathermap.org/ "openweather") ==> for providing actual weather data
34-
2.[bootstrap](https://getbootstrap.com/ "bootstrap") ==> css library
35-
3.[flaticon](https://www.flaticon.com/ "flaticon") ==> for cool icons
37+
1. [openweather](https://openweathermap.org/ "openweather") ==> for providing actual weather data
38+
39+
2. [bootstrap](https://getbootstrap.com/ "bootstrap") ==> css library
40+
41+
3. [flaticon](https://www.flaticon.com/ "flaticon") ==> for cool icons

0 commit comments

Comments
 (0)