From 067cc5a9b6ab6bbdc7b86c2ed50db88cf0f48e36 Mon Sep 17 00:00:00 2001 From: Miraty Date: Thu, 2 Jun 2022 00:44:51 +0200 Subject: [PATCH] Update README --- README.md | 15 ++++++++------- README_fr.md | 21 +++++++++++++-------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1dde038..1f9569e 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # LibreQR for YunoHost -[![Integration level](https://dash.yunohost.org/integration/qr.svg)](https://dash.yunohost.org/appci/app/qr) ![](https://ci-apps.yunohost.org/ci/badges/qr.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/qr.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/qr.svg)](https://dash.yunohost.org/appci/app/qr) ![Working status](https://ci-apps.yunohost.org/ci/badges/qr.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/qr.maintain.svg) [![Install LibreQR with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=qr) *[Lire ce readme en français.](./README_fr.md)* @@ -23,23 +23,24 @@ Web interface for generating QR codes ## Screenshots -![](./doc/screenshots/screenshot.png) +![Screenshot of LibreQR](./doc/screenshots/screenshot.png) ## Documentation and resources -* Upstream app code repository: https://code.antopie.org/miraty/libreqr -* YunoHost documentation for this app: https://yunohost.org/app_qr -* Report a bug: https://code.antopie.org/miraty/qr_ynh/issues +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://code.antopie.org/miraty/qr_ynh/src/branch/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://code.antopie.org/miraty/qr_ynh/src/branch/testing --debug or sudo yunohost app upgrade qr -u https://code.antopie.org/miraty/qr_ynh/src/branch/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 08469e3..5091d78 100755 --- a/README_fr.md +++ b/README_fr.md @@ -1,10 +1,14 @@ + + # LibreQR pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/qr.svg)](https://dash.yunohost.org/appci/app/qr) ![](https://ci-apps.yunohost.org/ci/badges/qr.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/qr.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/qr.svg)](https://dash.yunohost.org/appci/app/qr) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/qr.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/qr.maintain.svg) [![Installer LibreQR avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=qr) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* > *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.* @@ -19,23 +23,24 @@ Interface Web pour générer des codes QR ## Captures d'écran -![](./doc/screenshots/screenshot.png) +![Capture d'écran de LibreQR](./doc/screenshots/screenshot.png) ## Documentations et ressources -* Dépôt de code officiel de l'app : https://code.antopie.org/miraty/libreqr -* Documentation YunoHost pour cette app : https://yunohost.org/app_qr -* Signaler un bug : https://code.antopie.org/miraty/qr_ynh/issues +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## Informations pour les développeurs 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/src/branch/testing --debug ou sudo yunohost app upgrade qr -u https://code.antopie.org/miraty/qr_ynh/src/branch/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :**