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:
parent
5c9261d7fd
commit
3d63566d9b
1 changed files with 12 additions and 0 deletions
12
pages/common/pio-upgrade.md
Normal file
12
pages/common/pio-upgrade.md
Normal 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`
|
Loading…
Add table
Reference in a new issue