Add explanation about dir change

This commit is contained in:
Ivan Kravets
2015-07-06 18:44:00 +03:00
parent e1b7810465
commit 94c459258c

View File

@ -64,7 +64,10 @@ To install or upgrade *PlatformIO*, download
script. Then run the following (you might need to run ``sudo`` first):
.. code-block:: bash
# change directory to folder where is located downloaded "get-platformio.py"
cd /path/to/dir/where/is/installer/script
# run it
python get-platformio.py
@ -72,6 +75,10 @@ On *Windows OS* it may look like:
.. code-block:: bash
# change directory to folder where is located downloaded "get-platformio.py"
cd C:\path\to\dir\where\is\installer\script
# run it
C:\Python27\python.exe get-platformio.py
Full Guide