mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 04:46:06 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
13 lines
345 B
Markdown
Executable file
13 lines
345 B
Markdown
Executable file
# yadm-upgrade
|
|
|
|
> Upgrade `yadm` to the latest version.
|
|
> Upgrading will attempt to de-initialize and re-initialize your submodules.
|
|
> More information: <https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#commands>.
|
|
|
|
- Upgrade `yadm` to the latest version:
|
|
|
|
`yadm upgrade`
|
|
|
|
- Force the upgrade regardless of changes:
|
|
|
|
`yadm upgrade -f`
|