Commit 458429c9db181a26d023ecfe0a015906a8a1dfb9
1 parent
70dbd438
Exists in
master
a small correction in README.md
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -184,7 +184,7 @@ For compiling in command line using CMake, just proceed in the following manner: |
184 | 184 | |
185 | 185 | 1. Set the following environment variables (a good place to put them is on .bashrc): |
186 | 186 | * Set `ARDUINO_DUE_ROOT_PATH` to `~/.arduino15/packages/arduino/`. |
187 | - * Set 'ARDUINO_DUE_VERSION' to `1.6.17`. | |
187 | + * Set `ARDUINO_DUE_VERSION` to `1.6.17`. | |
188 | 188 | * Set `ARDUINO_UNO_ROOT_PATH` to the path where you have installed the Arduino IDE, for example, `~/installations/arduino-1.6.5`. |
189 | 189 | * Set `ARDUINO_IDE_LIBRARY_PATH` to the path for the Arduino IDE projects you have in preferences. For example, `~/arduino_projects`. |
190 | 190 | ... | ... |