Skip to content

Commit 3ad5a05

Browse files
committedJun 13, 2014
Update README.md
1 parent ec425ff commit 3ad5a05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
</span>
66

77
##Dependencies
8-
- Node/npm
8+
- Node.js
99
- One Tapster robot
1010

1111
##Getting Started
1212

1313
1. Download and install the Arduino Client: [http://arduino.cc/en/Guide/HomePage](http://arduino.cc/en/Guide/HomePage)
1414
2. Follow the setup procedure, and use the "blink" test script to verify your Arduino is working.
1515
3. From the Arduino IDE upload the "Firmata" script: File -> Open -> Examples > Firmata > StandardFirmata
16-
4. Install the dependencies: `npm install`
17-
5. Start'er up: `cd software/src; node bot.js`
16+
4. Install the dependencies: `cd software; npm install`
17+
5. Start'er up: `node src/bot.js`
1818
6. Start dancing: `dance()`
1919
7. Stop dancing: `chill()`
2020
8. Start moving: `go(0,0,-140)`

0 commit comments

Comments
 (0)
Please sign in to comment.