diff --git a/README.md b/README.md index 4c2f9a1..89e7cb9 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # LibreQR pour YunoHost -[![Integration level](https://dash.yunohost.org/integration/qr.svg)](https://dash.yunohost.org/appci/app/qr) -[![Install qr with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=qr) +[![Integration level](https://dash.yunohost.org/integration/qr.svg)](https://dash.yunohost.org/appci/app/qr) > *Ce package vous permet d'installer LibreQR rapidement et simplement sur un serveur Yunohost. Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* @@ -43,6 +42,18 @@ Il n'y a aucune forme d'authentification dans l'application. ## Liens * Signaler un bug dans le paquet YunoHost : https://code.antopie.org/miraty/qr_ynh/issues - * Signaler un bug dans le logiciel source : https://code.antopie.org/miraty/libreqr/issues - * Dépôt de l'application principale : https://code.antopie.org/miraty/libreqr/ - * Site web de YunoHost : https://yunohost.org/ + * Signaler un bug dans l'application principale : https://code.antopie.org/miraty/libreqr/issues + * Dépôt de l'application principale : https://code.antopie.org/miraty/libreqr + * Site web de YunoHost : https://yunohost.org + +## Informations pour le développement + +Merci de faire vos pull request sur la [branche testing](https://code.antopie.org/miraty/qr_ynh/src/branch/testing). + +Pour essayer la branche testing, procédez comme suit. + +```bash +sudo yunohost app install https://code.antopie.org/miraty/qr_ynh/tree/testing --debug +ou +sudo yunohost app upgrade qr -u https://code.antopie.org/miraty/qr_ynh/tree/testing --debug +```