From 4ea0ad7a5845a364f71a3bd7b9ed8894fc9922ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFck=20MAHIEUX?= Date: Fri, 13 Nov 2020 00:27:52 +0100 Subject: [PATCH] Use master branch for install script --- core/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`