Skip to content

Commit

Permalink
doc : added install section
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhavsrivastava committed Oct 27, 2018
1 parent 3bc0894 commit 4ad87b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. `<ForElectronOnly>`
Expand Down

0 comments on commit 4ad87b1

Please sign in to comment.