1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/petrolette_ynh.git synced 2024-09-03 19:56:26 +02:00

use testing instead of dev

This commit is contained in:
Tobias Ollive 2021-04-12 19:39:43 +02:00
parent 4b9a142196
commit f18960e19d
2 changed files with 6 additions and 6 deletions

View file

@ -50,11 +50,11 @@ Petrolette
## Developer info ## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/petrolette/tree/dev). Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/petrolette/tree/testing).
To try the testing branch, please proceed like that. To try the testing branch, please proceed like that.
``` ```
sudo yunohost app install https://github.com/Yunohost-Apps/petrolette_ynh/tree/dev --debug sudo yunohost app install https://github.com/Yunohost-Apps/petrolette_ynh/tree/testing --debug
or or
sudo yunohost app upgrade petrolette -u https://github.com/Yunohost-Apps/petrolette_ynh/tree/dev --debug sudo yunohost app upgrade petrolette -u https://github.com/Yunohost-Apps/petrolette_ynh/tree/testing --debug
``` ```

View file

@ -45,11 +45,11 @@ Les flux / sources sont organisés en onglets, qui peuvent contenir un nombre in
## Informations pour les développeurs ## Informations pour les développeurs
Merci de faire vos pull request sur la [branche dev](https://github.com/oiseauroch/petrolette/tree/dev). Merci de faire vos pull request sur la [branche dev](https://github.com/oiseauroch/petrolette/tree/testing).
Pour essayer la branche testing, procédez comme suit. Pour essayer la branche testing, procédez comme suit.
``` ```
sudo yunohost app install https://github.com/Yunohost-Apps/petrolette/tree/dev --debug sudo yunohost app install https://github.com/Yunohost-Apps/petrolette/tree/testing --debug
ou ou
sudo yunohost app upgrade whitebophir -u https://github.com/Yunohost-Apps/petrolette_ynh/tree/dev --debug sudo yunohost app upgrade whitebophir -u https://github.com/Yunohost-Apps/petrolette_ynh/tree/testing --debug
``` ```