From 2cfbe0ba40257f1400e800fb343b1e0ff9f7c0b6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 15 May 2020 09:08:43 +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 89e49dc..465acc3 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,17 @@ Clone of 2048 game in 3D * Report a bug: https://github.com/YunoHost-Apps/cubiks-2048_ynh/issues * Upstream app repository: https://github.com/Kshitij-Banerjee/Cubiks-2048 * YunoHost website: https://yunohost.org/ + +--- + +Developers info +---------------- + +Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/cubiks2048_ynh/tree/testing). + +To try the testing branch, please proceed like that. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/cubiks2048_ynh/tree/testing --debug +or +sudo yunohost app upgrade cubiks2048 -u https://github.com/YunoHost-Apps/cubiks2048_ynh/tree/testing --debug +``` diff --git a/README_fr.md b/README_fr.md index 845e290..b72fb66 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,3 +30,17 @@ Clone en 3D du jeu 2048. * Signaler un bug : https://github.com/YunoHost-Apps/cubiks-2048_ynh/issues * Dépôt de l’application principale : https://github.com/Kshitij-Banerjee/Cubiks-2048 * 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/cubiks2048_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/cubiks2048_ynh/tree/testing --debug +ou +sudo yunohost app upgrade cubiks2048 -u https://github.com/YunoHost-Apps/cubiks2048_ynh/tree/testing --debug +```