From c634a22fc402b08d37b1bdaf734e4b058fc0ab45 Mon Sep 17 00:00:00 2001 From: Miraty Date: Thu, 13 Jul 2023 01:08:20 +0200 Subject: [PATCH] Fix Readme --- README.md | 7 ++++--- README_fr.md | 9 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index db3b390..05da900 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Web interface for generating QR codes +A PHP Web interface for generating QR codes. You can choose colors, size and redundancy rate. + **Shipped version:** 2.0.1~ynh1 @@ -39,9 +40,9 @@ Please send your pull request to the [testing branch](https://code.antopie.org/m 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 +sudo yunohost app install https://code.antopie.org/miraty/qr_ynh/tree/testing --debug or -sudo yunohost app upgrade qr -u https://code.antopie.org/miraty/qr_ynh/src/branch/testing --debug +sudo yunohost app upgrade qr -u https://code.antopie.org/miraty/qr_ynh/tree/testing --debug ``` **More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index ff679ce..b031eb4 100755 --- a/README_fr.md +++ b/README_fr.md @@ -16,7 +16,8 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -Interface Web pour générer des codes QR +Une interface Web en PHP pour générer des codes QR. On peut choisir les couleurs, la taille et le taux de redondance. + **Version incluse :** 2.0.1~ynh1 @@ -30,7 +31,7 @@ Interface Web pour générer des codes QR * Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : -* Signaler un bug : +* Signaler un bug : ## Informations pour les développeurs @@ -39,9 +40,9 @@ Merci de faire vos pull request sur la [branche testing](https://code.antopie.or 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 +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/src/branch/testing --debug +sudo yunohost app upgrade qr -u https://code.antopie.org/miraty/qr_ynh/tree/testing --debug ``` **Plus d’infos sur le packaging d’applications :**