From f6e508fbff453b7afb73804f178eec3ec9dc78c7 Mon Sep 17 00:00:00 2001 From: mattpass Date: Sat, 12 Oct 2013 20:28:44 +0100 Subject: [PATCH] Change to git clone command Changed to full URL to be accessable by all --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c40f1f6..e18215d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can run ICEcoder either online or locally, on Linux, Windows or Mac based pl ####Step 1: Clone the repo ``` -$ git clone git@github:mattpass/ICEcoder +$ git clone git://github.com/mattpass/ICEcoder.git ``` ####Step 2: Place in your document root (online or local) @@ -35,4 +35,4 @@ It's fully open source and MIT licensed. I'm happy for you to take it, make it y Plenty of comments included in the code to assist with understanding, customising etc. -Comments, improvements & feedback welcomed! \ No newline at end of file +Comments, improvements & feedback welcomed!