From 48b7ea70b1c7ff9d6d61eda81961441cd079af89 Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Thu, 5 Sep 2013 15:28:33 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 348506d06..049541b47 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,6 +8,12 @@ You can get the latest version from . Or, you may want to use a version from your operating system's package manager: +### Get Node-RED + +Clone the repository from GitHub: + + $ git clone git@github.com:node-red/node-red.git + ## Install the pre-requisite modules From the top-level directory of Node-RED, run: