Fix Readme
This commit is contained in:
parent
c672af5434
commit
c634a22fc4
2 changed files with 9 additions and 7 deletions
|
@ -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:** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -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 : <https://code.antopie.org/miraty/libreqr>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_qr>
|
||||
* Signaler un bug : <https://code.antopi.org/miraty/qr_ynh/issues>
|
||||
* Signaler un bug : <https://code.antopie.org/miraty/qr_ynh/issues>
|
||||
|
||||
## 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 :** <https://yunohost.org/packaging_apps>
|
||||
|
|
Loading…
Add table
Reference in a new issue