diff --git a/update.md b/update.md index 45601058..a4982ee2 100644 --- a/update.md +++ b/update.md @@ -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. \ No newline at end of file +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 +```