Making README more noob-friendly
This commit is contained in:
parent
10ba904421
commit
d376465e88
12
README.md
12
README.md
|
@ -8,20 +8,20 @@ To get it running:
|
||||||
|
|
||||||
1. Clone or otherwise download this repository:
|
1. Clone or otherwise download this repository:
|
||||||
|
|
||||||
git clone git://github.com/brianshaler/wifi-watcher.git && cd wifi-watcher
|
git clone git://github.com/brianshaler/wifi-watcher.git && cd wifi-watcher
|
||||||
OR
|
OR
|
||||||
wget https://github.com/brianshaler/wifi-watcher/archive/master.zip && unzip master.zip && cd wifi-watcher-master
|
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:
|
2. Install npm (Node.js Package Manager) if you don't have it yet:
|
||||||
|
|
||||||
sudo apt-get install npm
|
sudo apt-get install npm
|
||||||
|
|
||||||
3. Install this app's dependencies:
|
3. Install this app's dependencies:
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
4. Then, run the app:
|
4. Then, run the app:
|
||||||
|
|
||||||
node app.js
|
node app.js
|
||||||
|
|
||||||
You can edit app.js to add rules for new wifi hotspots. Right now, it's set up to detect and log in on the wifi at [Cartel Coffee in Tempe](http://cartelcoffeelab.com/)
|
You can edit app.js to add rules for new wifi hotspots. Right now, it's set up to detect and log in on the wifi at [Cartel Coffee in Tempe](http://cartelcoffeelab.com/)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user