From 4da6041c4c9f1febba7554bf2640e388492176ed Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 3 May 2014 12:47:40 +0200 Subject: [PATCH] Update README.md The command for git-cloning the repo is using a Git URL with read/write access, which doesn't work for people without write access to the repo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 470fcae7..11a5ae3e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ bitcoind must be running and must have finished downloading the blockchain **bef To install Insight API, clone the main repository: - $ git clone git@github.com:bitpay/insight-api.git && cd insight-api + $ git clone https://github.com/bitpay/insight-api && cd insight-api Install dependencies: