README update

This commit is contained in:
Gregory Schier 2016-04-13 18:08:39 -07:00
parent 15e25873a4
commit 00f064df78

View File

@ -2,3 +2,20 @@ Insomnia REST Client
====================
The best REST client ever.
Setup
-----
```bash
nvm install
npm install
```
Run Electron Development
------------------------
```bash
npm watch
```