1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

Merge pull request #3409 from carlosperate/patch-1

Documentation fix of arduino executable location in MacOS X command line.
This commit is contained in:
Federico Fissore 2015-06-25 09:53:21 +02:00
commit 6647b35fe6

View File

@ -53,7 +53,7 @@ When running in a one-off mode, it might be useful to set the
between multiple runs and only recompile the files that changed. between multiple runs and only recompile the files that changed.
Note that on MacOS X, the main executable is Note that on MacOS X, the main executable is
'Arduino.app/Contents/MacOS/JavaApplicationStub' instead of 'arduino'. 'Arduino.app/Contents/MacOS/Arduino' instead of 'arduino'.
ACTIONS ACTIONS
@ -318,6 +318,11 @@ HISTORY
1.5.8:: 1.5.8::
Introduced *--save-prefs*. Introduced *--save-prefs*.
1.6.2::
Main executable in MacOS X changed from
'Arduino.app/Contents/MacOS/JavaApplicationStub' to
'Arduino.app/Contents/MacOS/Arduino'.
1.6.4:: 1.6.4::
Introduced *--install-boards* and *--install-library*. Introduced *--install-boards* and *--install-library*.