mirror of https://github.com/CrimsonTome/tldr.git
13 lines
298 B
Markdown
13 lines
298 B
Markdown
|
# pio upgrade
|
||
|
|
||
|
> Update PlatformIO to the latest version.
|
||
|
> More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_upgrade.html>.
|
||
|
|
||
|
- Update PlatformIO to the latest version:
|
||
|
|
||
|
`pio upgrade`
|
||
|
|
||
|
- Update PlatformIO to the latest development (unstable) version:
|
||
|
|
||
|
`pio upgrade --dev`
|