We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9e8ef commit 276debfCopy full SHA for 276debf
core/installation.rst
@@ -86,7 +86,7 @@ To install or upgrade |PIOCore| paste that at a *Terminal* prompt:
86
87
.. code-block:: bash
88
89
- python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py)"
+ python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
90
91
# or using `curl`
92
0 commit comments