From b8ab99a17588b7226dd48505f3e3875fca82a261 Mon Sep 17 00:00:00 2001 From: rockbot Date: Wed, 6 Nov 2013 22:05:53 -0800 Subject: [PATCH] updates README to have slightly less confusing instructions --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32f9dcd..09c7b5e 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,15 @@ ##Getting Started +NOTE: The Arduino comes with StandardFirmata by default. If, for whatever reason, you *know* that you need to update the firmware, follow these steps: 1. Download and install the Arduino Client: [http://arduino.cc/en/Guide/HomePage](http://arduino.cc/en/Guide/HomePage) 2. Follow the setup procedure, and use the "blink" test script to verify your Arduino is working. 3. From the Arduino IDE upload the "Firmata" script: File -> Open -> Examples > Firmata > StandardFirmata -4. Install the dependencies: `npm install` -5. Start'er up: `node bot.js` -6. Start dancing: `dance()` + +Otherwise, start here: +1. Install the dependencies: `npm install` +2. Start'er up: `node bot.js` +3. Start dancing: `dance()` ##Controlling the bot/device with your browser