Skip to content

Commit 276debf

Browse files
authored
Use master branch for install script (#160)
1 parent 8d9e8ef commit 276debf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To install or upgrade |PIOCore| paste that at a *Terminal* prompt:
8686

8787
.. code-block:: bash
8888
89-
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py)"
89+
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
9090
9191
# or using `curl`
9292

0 commit comments

Comments
 (0)