From df09252ee00fcc454afaba0826e06a96f1163ac9 Mon Sep 17 00:00:00 2001 From: Chris Swan Date: Tue, 16 Jun 2015 23:20:10 +0100 Subject: [PATCH] https link (rather than git) in dev instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96d57142a..f2b5d54b7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ If you want to run the latest code from git, here's how to get started: 2. Clone the code: - git clone git@github.com:node-red/node-red.git + git clone https://github.com/node-red/node-red.git cd node-red 3. Install the node-red dependencies