1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:05:59 +02:00

pio-upgrade: add page (#5521)

This commit is contained in:
marchersimon 2021-03-28 20:27:22 +02:00 committed by GitHub
parent 5c9261d7fd
commit 3d63566d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
# 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`