From 8adcaf34cd61dfa1f151d147ea6f38f6e7399211 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 15 May 2020 09:11:33 +0200 Subject: [PATCH] add testing link --- README.md | 14 ++++++++++++++ README_fr.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/README.md b/README.md index 66775b8..80c0169 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,17 @@ Clone of 2048 game. You need to reach 243. * Report a bug: https://github.com/YunoHost-Apps/243_ynh/issues * Upstream app repository: https://github.com/hgentry/81 * YunoHost website: https://yunohost.org/ + +--- + +Developers info +---------------- + +Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/243_ynh/tree/testing). + +To try the testing branch, please proceed like that. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/243_ynh/tree/testing --debug +or +sudo yunohost app upgrade 243 -u https://github.com/YunoHost-Apps/243_ynh/tree/testing --debug +``` diff --git a/README_fr.md b/README_fr.md index d1ceb01..4b17c99 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,3 +30,17 @@ Clone du jeu 2048. Il vous faut atteindre 243. * Signaler un bug : https://github.com/YunoHost-Apps/243_ynh/issues * Dépôt de l’application principale : https://github.com/hgentry/81 * 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/243_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/243_ynh/tree/testing --debug +ou +sudo yunohost app upgrade 243 -u https://github.com/YunoHost-Apps/243_ynh/tree/testing --debug +```