add command-line instructions (en)

This commit is contained in:
nqb 2018-12-27 04:58:58 +01:00
parent 7e67ff9a56
commit 46b18e3068

View file

@ -1,8 +1,19 @@
# How to update the system
## From the webadmin
On the administraton panel, choose Tools.
Click on Upgrade the system.
The application search for update and propose it if so.
The application search for updates and propose it if so.
If so, click on green update button and update are applied.
If so, click on green update button and updates are applied.
## From the command line
From the command line, you can run:
``` bash
yunohost tools update
yunohost tools upgrade --ignore-apps
```