From 10ba90442170f838543161bf52d7a72a4b798e89 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Sat, 26 Jan 2013 19:18:48 -0700 Subject: [PATCH] Making README more noob-friendly --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7267c30..7258d24 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,23 @@ This simple node app will frequently request a small web resource (on S3) to see If you get redirected, the app can try to detect which hotspot you're on and log in with the specified credentials. -To get it running, clone this repository and then install dependencies: +To get it running: + +1. Clone or otherwise download this repository: + + git clone git://github.com/brianshaler/wifi-watcher.git && cd wifi-watcher + OR + wget https://github.com/brianshaler/wifi-watcher/archive/master.zip && unzip master.zip && cd wifi-watcher-master + +2. Install npm (Node.js Package Manager) if you don't have it yet: + + sudo apt-get install npm + +3. Install this app's dependencies: npm install -(You'll need to install npm / node.js in order to run npm install, if you don't have it already.) - -Then, run the app: +4. Then, run the app: node app.js