From d7c3d7b797239c3f54f45ff853b7d61d2770b3f7 Mon Sep 17 00:00:00 2001 From: NaincyKumariKnoldus <87004609+NaincyKumariKnoldus@users.noreply.github.com> Date: Wed, 16 Feb 2022 01:36:25 +0530 Subject: [PATCH] Minor git install documentation fix (#8488) --- doc/installing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/installing.rst b/doc/installing.rst index cd8e58a7a..8f04b90f0 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -114,7 +114,7 @@ Instructions - Windows 10 .. code:: bash - cd esp8266/tools + cd tools python3 get.py - Restart Arduino @@ -193,8 +193,8 @@ Instructions - Other OS - Download binary tools .. code:: bash - - cd esp8266/tools + + cd tools python3 get.py If you get an error message stating that python3 is not found, you will need to install it (most modern UNIX-like OSes provide Python 3 as