From 24085a3b24ed64943c1b0fc10de024b02bd46759 Mon Sep 17 00:00:00 2001 From: Joey Babcock Date: Thu, 15 Jun 2017 06:35:08 -0700 Subject: [PATCH] Add for if user has custom sketchbook directory (#446) --- doc/windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/windows.md b/doc/windows.md index ac58c404..6764cb03 100644 --- a/doc/windows.md +++ b/doc/windows.md @@ -11,6 +11,7 @@ - Select source and destination - Source Location: ```https://github.com/espressif/arduino-esp32.git``` - Target Directory: ```C:/Users/[YOUR_USER_NAME]/Documents/Arduino/hardware/espressif/esp32``` + - Change this to your Sketchbook Location if you have a different directory listed underneath the "Sketchbook location" in Arduino preferences. - Click ```Clone``` to start cloning the repository ![Step 2](win-gui-2.png)