diff --git a/README.md b/README.md index 39250f8..1c0bb80 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ See https://ci-apps.yunohost.org/jenkins/job/mattermost%20(Community)/ for check Mattermost requires: * A x86_64 system (check with `uname -m`), +* Yunohost 2.6.4 or higher (check in Yunohost Admin panel), * MySQL 5.6 or higher, or MariaDB 10 or higher (check with `mysql --version`). ## Installing diff --git a/manifest.json b/manifest.json index 1b5d206..3d99720 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,7 @@ "nginx" ], "requirements": { - "yunohost": ">= 2.4.0" + "yunohost": ">= 2.6.4" }, "arguments": { "install" : [ @@ -41,7 +41,7 @@ }, { "name": "analytics", - "type": "boolean", + "type": "boolean", "ask": { "en": "Do you want to allow Mattermost to send some telemetrics about your usage of this app?", "fr": "Autorisez-vous Mattermost à envoyer des informations anonymes sur votre usage de l’application ?"