From ca9d44948a695ca382ea2ffd828d877330b87fc4 Mon Sep 17 00:00:00 2001 From: Stefan Gordon Date: Tue, 10 Feb 2015 16:39:30 -0800 Subject: [PATCH] Updating readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index def3971..f668b6d 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,12 @@ Once configured, it prompts the PI to reboot with the appropriate wifi credentia This project broadly follows these [instructions](http://www.maketecheasier.com/set-up-raspberry-pi-as-wireless-access-point/) in setting up a RaspberryPi as a wireless AP. ## Install - +Install assumes bower is present. If not, `sudo npm install bower -g` first. ```sh $git clone git@github.com:sabhiram/raspberry-wifi-conf.git $cd raspberry-wifi-conf $npm update +$bower install $sudo npm run-script provision $sudo npm start ```