Wallet/README.md
Ryan X. Charles 4ea7a2c785 make things easier to install
mv config to root directory, and improve README
2014-04-20 16:06:56 -03:00

17 lines
271 B
Markdown

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.