Skip to content

Commit 7c02f99

Browse files
committed
Add OS X directory explanation
Hey, I am new to the Arduino IDE and I have spent about 2 hours to find where the tools directory is on OS X. Thought it might be helpful for other mac users to see how to use the plugin on OS X.
1 parent 68fd738 commit 7c02f99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ Tested with the following Arduino IDE versions: 1.6.5-r2,
1212
- Make sure you use one of the supported versions of Arduino IDE and have ESP8266 core installed.
1313
- Download the tool archive from [releases page](https://github.com/esp8266/arduino-esp8266fs-plugin/releases/latest).
1414
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
15-
- Unpack the tool into tools directory (the path will look like `<home_dir>/Arduino/tools/ESP8266FS/tool/esp8266fs.jar)`.
15+
- Unpack the tool into tools directory (the path will look like `<home_dir>/Arduino/tools/ESP8266FS/tool/esp8266fs.jar)` *.
1616
- Restart Arduino IDE.
1717

18+
* On the OS X create the tools directory in ~/Documents/Arduino/ and unpack the files there.
19+
1820
## Usage
1921
- Open a sketch (or create a new one and save it).
2022
- Go to sketch directory (choose Sketch > Show Sketch Folder).

0 commit comments

Comments
 (0)