From e3de77f67196f3a9623bcd0cb45f04c130d3827e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Z=C3=B6ller?= Date: Sun, 14 Apr 2019 19:31:09 +0200 Subject: [PATCH] Fixed paths in documentation (#5983) --- doc/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installing.rst b/doc/installing.rst index 0e6fbed0f..b89f57482 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -105,7 +105,7 @@ Instructions - Windows 10 .. code:: bash - cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266 + cd %USERPROFILE%\Documents\Arduino\hardware\esp8266com\esp8266 git submodule update --init If error messages about missing files related to ``SoftwareSerial`` are encountered during the build process, it should be because this step was missed and is required. @@ -125,7 +125,7 @@ Instructions - Windows 10 .. code:: bash - cd %USERPROFILE%\Documents\hardware\esp8266com\esp8266 + cd %USERPROFILE%\Documents\Arduino\hardware\esp8266com\esp8266 git status git pull