mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
add command-line instructions (en)
This commit is contained in:
parent
7e67ff9a56
commit
46b18e3068
1 changed files with 13 additions and 2 deletions
15
update.md
15
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.
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue