Updated README in response to support email.

Some users were unaware that they needed to clone the firmware repo and cd into it before running ino tool. This is a clarification.
pull/30/head
Rick Carlino 2015-08-28 10:14:40 -05:00
parent ec03a4aea0
commit b775cf55fe
1 changed files with 4 additions and 1 deletions

View File

@ -24,8 +24,11 @@ sudo make install
Command line flash tool use
==========================
From the farmbot-arduino-controller directory,
To flash the firmware onto the device, run this:
```
git clone https://github.com/FarmBot/farmbot-arduino-firmware.git
cd farmbot-arduino-firmware
ino build
ino upload
```