README update

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

View File

@ -1,4 +1,21 @@
Insomnia REST Client
====================
The best REST client ever.
The best REST client ever.
Setup
-----
```bash
nvm install
npm install
```
Run Electron Development
------------------------
```bash
npm watch
```