From 599af8d96b5af908d4815b44528dd90a35ea2596 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 26 Apr 2014 12:21:06 +0100 Subject: [PATCH] https: used and revised git command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6db686d..13ae7c5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ICEcoder is a web IDE / browser based code editor, which allows you to develop websites directly within the web browser. It uses the brilliant CodeMirror for code highlighting & editing, with a slick IDE wrapped around it to make the whole thing work. -ICEcoder web IDE +ICEcoder web IDE ###Requirements You can run ICEcoder either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available (5.3 recommended). You can have this either as a vanilla installation or via a program such as WAMP or XAMPP (for Windows) or MAMP (for Mac). @@ -14,7 +14,7 @@ You can run ICEcoder either online or locally, on Linux, Windows or Mac based pl Either download the zip or clone from Github using: ``` -$ git clone git://github.com/mattpass/ICEcoder.git +$ git clone git@github.com:mattpass/ICEcoder ``` ####Step 2: Place in your document root (online or local)