make things easier to install
mv config to root directory, and improve README
This commit is contained in:
parent
31b0755ad8
commit
4ea7a2c785
4 changed files with 19 additions and 2 deletions
16
README.md
16
README.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue