From b775cf55fe8b58c2f92763f9ffa64351ecb1bccf Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Fri, 28 Aug 2015 10:14:40 -0500 Subject: [PATCH] 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. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 536c7bc..679a85a 100644 --- a/README.md +++ b/README.md @@ -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 ```