Change french 'ou' to 'or'.

This commit is contained in:
Yunobot 2019-08-19 20:27:38 +00:00
parent b263d9102e
commit e4ef4a5a6d

View file

@ -14,7 +14,7 @@ First, connect to your server through SSH and type in the following command (Wor
```bash ```bash
yunohost app upgrade wordpress yunohost app upgrade wordpress
``` ```
** Note: ** in case you have multiple instances of the same type (ex: 2 wordpress) installed, you will need to specify the instance name (ex: wordpress ou wordpress__2). ** Note: ** in case you have multiple instances of the same type (ex: 2 wordpress) installed, you will need to specify the instance name (ex: wordpress or wordpress__2).
#### Upgrade an unofficial application #### Upgrade an unofficial application
Specify the git repository containing the upgrade. Specify the git repository containing the upgrade.