Merge pull request #1793 from T3hlo/patch-1

Update upgrade.md
This commit is contained in:
Alexandre Aubin 2021-09-28 19:30:13 +02:00 committed by GitHub
commit b3a67d09a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,3 +32,7 @@ yunohost tools upgrade apps
# Upgrade a specific application
yunohost app upgrade wordpress
```
!! If you are upgrading from YunoHost below v4.2.2, `system` and `apps` were flags of the command. Add `--` before them:
!! `yunohost tools upgrade --system`
!! `yunohost tools upgrade --apps`