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
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -40,4 +40,4 @@ lib/*
|
|||
!lib/socket.io.js
|
||||
|
||||
js/copayBundle.js
|
||||
js/config.js
|
||||
config.js
|
||||
|
|
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -392,6 +392,8 @@ missing
|
|||
<p class="text-center"><a href="#/">go back...</a></p>
|
||||
</script>
|
||||
|
||||
<script src="config.js"></script>
|
||||
|
||||
<script src="lib/angular/angular.min.js"></script>
|
||||
<script src="lib/qrcode-generator/js/qrcode.js"></script>
|
||||
<script src="lib/angular-qrcode/qrcode.js"></script>
|
||||
|
|
@ -406,7 +408,6 @@ missing
|
|||
<script src="js/copayBundle.js"></script>
|
||||
|
||||
<script src="js/app.js"></script>
|
||||
<script src="js/config.js"></script>
|
||||
<script src="js/routes.js"></script>
|
||||
<script src="js/directives.js"></script>
|
||||
<script src="js/filters.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue