1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pio-upgrade.md

13 lines
298 B
Markdown
Raw Normal View History

2021-03-28 20:27:22 +02:00
# 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`