mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Leon <leonvsc@users.noreply.github.com>
12 lines
300 B
Markdown
12 lines
300 B
Markdown
# pio upgrade
|
|
|
|
> Update PlatformIO naar de laatste versie.
|
|
> Meer informatie: <https://docs.platformio.org/en/latest/core/userguide/cmd_upgrade.html>.
|
|
|
|
- Update PlatformIO naar de laatste versie:
|
|
|
|
`pio upgrade`
|
|
|
|
- Update PlatformIO naar de laatste ontwikkel (instabiele) versie:
|
|
|
|
`pio upgrade --dev`
|