Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates README to have slightly less confusing instructions #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down