Merge pull request #881 from nqb/enh/update

[enh] Improve update docs
This commit is contained in:
Alexandre Aubin 2019-01-06 17:10:34 +01:00 committed by GitHub
commit fe00b4c137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 3 deletions

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
```

View file

@ -1,8 +1,20 @@
# Mettre à jour le système
## Depuis la webadmin
Dans la partie administration, aller dans la partie Outils.
Choisir Mettre à jour le système.
Lapplication recherche les mises à jour et les propose sil y en a.
Si cest le cas, cliquer sur le bouton vert « Mettre à jour » et les mises à jour se font.
Si cest le cas, cliquer sur le bouton vert « Mettre à jour » et les mises à
jour se font.
## Depuis la ligne de commande
Depuis la ligne de commande, vous pouvez utiliser :
``` bash
yunohost tools update
yunohost tools upgrade --ignore-apps
```