diff --git a/core/installation.rst b/core/installation.rst index 3e8b6a514c..56974878b3 100644 --- a/core/installation.rst +++ b/core/installation.rst @@ -86,7 +86,7 @@ To install or upgrade |PIOCore| paste that at a *Terminal* prompt: .. code-block:: bash - 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)" # or using `curl`