From 4ea7a2c78543ce8ae48ef469ea61490fb95bfa05 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Sun, 20 Apr 2014 16:06:56 -0300 Subject: [PATCH] make things easier to install mv config to root directory, and improve README --- .gitignore | 2 +- README.md | 16 ++++++++++++++++ js/config.template.js => config.template.js | 0 index.html | 3 ++- 4 files changed, 19 insertions(+), 2 deletions(-) rename js/config.template.js => config.template.js (100%) 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 -