From 6bbd802ccc6e5eb0c5c10f17d9158c781ff48f61 Mon Sep 17 00:00:00 2001 From: Satinder Grewal Date: Tue, 24 Jan 2017 00:12:31 +1300 Subject: [PATCH] OS Specific instructions --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index b6f61f3..4bdaa89 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,27 @@ Desktop App for SuperNET DAPPs #### For Developers You must have `node.js` and `npm` installed on your machine. + +##### OS X Specific instructions +```shell +#Install brew +/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +brew update +brew install node +brew install git +``` + +##### Windows Specific Instructions +1. Download and install node.js from official website: https://nodejs.org/en/download/ +2. Download and install git for windows command line: https://git-scm.com/downloads + + +#### Linux Specific Instructions +1. Install node.js using official node.js website instructions: https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions +2. install git with command `apt-get install git` + + + Clone Iguana Desktop App ```shell git clone https://github.com/SuperNETorg/iguana.git