make things easier to install

mv config to root directory, and improve README
This commit is contained in:
Ryan X. Charles 2014-04-20 16:06:56 -03:00
commit 4ea7a2c785
4 changed files with 19 additions and 2 deletions

View file

@ -1 +1,17 @@
Copay
=====
Installation:
Copy config.template.js to config.js and edit to suit your needs. (Defaults to
public PeerJS and Insight servers)
Then execute these commands:
```
npm install
bower install
grunt --target=dev shell
```
Then open index.html in your browser.