diff --git a/.gitignore b/.gitignore index af45d2c34..cd2274086 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,4 @@ lib/* !lib/socket.io.js js/copayBundle.js -js/config.js +config.js diff --git a/README.md b/README.md index d7b8db5cf..2e7ea10b4 100644 --- a/README.md +++ b/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. diff --git a/js/config.template.js b/config.template.js similarity index 100% rename from js/config.template.js rename to config.template.js diff --git a/index.html b/index.html index b9f10e7ce..63039e996 100644 --- a/index.html +++ b/index.html @@ -392,6 +392,8 @@ missing

go back...

+ + @@ -406,7 +408,6 @@ missing -