From dd8d7d7285a2ffaa9f6d27894815a3405906b4ed Mon Sep 17 00:00:00 2001 From: John George Date: Wed, 27 May 2015 11:13:40 -0500 Subject: [PATCH] Update BUILD_OSX.md The git@github: style of link to a github repository did not work for me in the command line, and may be broken or deprecated, at least on OS X. --- BUILD_OSX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_OSX.md b/BUILD_OSX.md index 7aef253a2..5f739c247 100644 --- a/BUILD_OSX.md +++ b/BUILD_OSX.md @@ -29,7 +29,7 @@ BitShares OS X Build Instructions 7. Clone the BitShares repository: ``` - git clone git@github.com:BitShares/bitshares.git + git clone https://github.com/BitShares/bitshares cd bitshares ```