Skip to content

Commit d7c3d7b

Browse files
Minor git install documentation fix (#8488)
1 parent e6fc76a commit d7c3d7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/installing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Instructions - Windows 10
114114
115115
.. code:: bash
116116
117-
cd esp8266/tools
117+
cd tools
118118
python3 get.py
119119
120120
- Restart Arduino
@@ -193,8 +193,8 @@ Instructions - Other OS
193193
- Download binary tools
194194
195195
.. code:: bash
196-
197-
cd esp8266/tools
196+
197+
cd tools
198198
python3 get.py
199199
200200
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

0 commit comments

Comments
 (0)