From d189bf945ff2f7639d45b2e410eddf7332645530 Mon Sep 17 00:00:00 2001 From: knoldus Date: Sun, 13 Feb 2022 20:18:16 +0530 Subject: [PATCH 1/2] updated documentation --- doc/installing.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/installing.rst b/doc/installing.rst index cd8e58a7ab..2a0e45dbb0 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -114,7 +114,6 @@ Instructions - Windows 10 .. code:: bash - cd esp8266/tools python3 get.py - Restart Arduino @@ -194,7 +193,6 @@ Instructions - Other OS .. code:: bash - cd esp8266/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 From 649a41f36fec5d359c7eb82e4ed39f2baee9f60a Mon Sep 17 00:00:00 2001 From: knoldus Date: Mon, 14 Feb 2022 11:39:41 +0530 Subject: [PATCH 2/2] added cd tools --- doc/installing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/installing.rst b/doc/installing.rst index 2a0e45dbb0..8f04b90f05 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -114,6 +114,7 @@ Instructions - Windows 10 .. code:: bash + cd tools python3 get.py - Restart Arduino @@ -192,7 +193,8 @@ Instructions - Other OS - Download binary tools .. code:: bash - + + 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