From e3fc0398661b75db9f07286fae38c1ef2ab12bf5 Mon Sep 17 00:00:00 2001 From: Nils VAN ZUIJLEN Date: Thu, 25 Mar 2021 16:59:37 +0100 Subject: [PATCH] Update readmes to mention the testing branch --- README.md | 13 +++++++++++++ README_fr.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/README.md b/README.md index 61d6a95..bee3128 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,16 @@ https://yunohost.org/packaging_apps * App website: https://www.question2answer.org * Upstream app repository: https://github.com/q2a/question2answer * YunoHost website: https://yunohost.org/ + +--- + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing). + +To try the testing branch, please proceed like that. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug +or +sudo yunohost app upgrade question2answer -u https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug +``` diff --git a/README_fr.md b/README_fr.md index 3f10b8b..a820331 100644 --- a/README_fr.md +++ b/README_fr.md @@ -57,3 +57,16 @@ https://yunohost.org/packaging_apps * Site de l'application : https://www.question2answer.org * Dépôt de l'application principale : https://github.com/q2a/question2answer * Site web YunoHost : https://yunohost.org/ + +--- + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug +ou +sudo yunohost app upgrade question2answer -u https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug +```