1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Minor git install documentation fix (#8488)

This commit is contained in:
NaincyKumariKnoldus 2022-02-16 01:36:25 +05:30 committed by GitHub
parent e6fc76ab5f
commit d7c3d7b797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ Instructions - Windows 10
.. code:: bash .. code:: bash
cd esp8266/tools cd tools
python3 get.py python3 get.py
- Restart Arduino - Restart Arduino
@ -194,7 +194,7 @@ Instructions - Other OS
.. code:: bash .. code:: bash
cd esp8266/tools cd tools
python3 get.py 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 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