From c72e2ed67554e85ef9c6a715fec4840f846bf4b0 Mon Sep 17 00:00:00 2001 From: ioBridge Date: Sun, 27 Mar 2011 20:29:35 -0400 Subject: [PATCH] added instructions for downloading application from github --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index 717da59..84af7aa 100644 --- a/README.textile +++ b/README.textile @@ -9,8 +9,8 @@ The ThingSpeak application also features time zone management, read/write API ke h3. Before You Begin 1. Install Ruby, RubyGems, Rails, git, and a database like MySQL -2. Download the application using git -3. Install the appropriate gems: sudo bundle install +2. Download the application using git: git clone git@github.com:iobridge/thingspeak.git +3. Change to the thingspeak directory and install the appropriate gems: sudo bundle install h3. Configuration