You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ Tested with the following Arduino IDE versions: 1.6.5-r2,
11
11
## Installation
12
12
- Make sure you use one of the supported versions of Arduino IDE and have ESP8266 core installed.
13
13
- Download the tool archive from [releases page](https://github.com/esp8266/arduino-esp8266fs-plugin/releases/latest).
14
-
- 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)`.
14
+
- In your Arduino sketchbook directory, create `tools` directory if it doesn't exist yet. You can find the location of your sketchbook directory in the Arduino IDE at **File > Preferences > Sketchbook location**.
15
+
- Unpack the tool into `tools` directory (the path will look like `<sketchbook directory>/tools/ESP8266FS/tool/esp8266fs.jar)`.
16
16
- Restart Arduino IDE.
17
17
18
18
On OS X and Linux based OSs create the tools directory in ~/Documents/Arduino/ and unpack the files there
0 commit comments