From 4ad87b189b08eb32d6992efcd9a159037ea1d7b7 Mon Sep 17 00:00:00 2001 From: Anubhav Srivastava Date: Sat, 27 Oct 2018 12:20:50 +0530 Subject: [PATCH] doc : added install section --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 60010ee..46ca339 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,18 @@ There are set of APIs from electron that would give native UI feel eg, [`dialog` For instance, one may have folder/file path as input text on browser while on electron one may use `dialog.showOpenDialog` functionality via a button. Use of such APIs also eliminate some validation errors. +## Install + +``` +$ npm install electron-only +``` + +or + +``` +yarn add electron-only +``` + ## Example 1. ``