1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/20euros_ynh.git synced 2024-09-03 18:05:53 +02:00

add link testing

This commit is contained in:
ericgaspar 2020-05-15 09:05:57 +02:00
parent dbfc8a1b36
commit 536e3214ef
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 28 additions and 0 deletions

View file

@ -26,3 +26,17 @@ Clone of 2048 game with euro coins and bills.
* Report a bug: https://github.com/YunoHost-Apps/20euros_ynh/issues
* Upstream app repository: https://github.com/jatekos101/20euros
* YunoHost website: https://yunohost.org/
---
Developers info
----------------
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/20euros_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/20euros_ynh/tree/testing --debug
or
sudo yunohost app upgrade 20euros -u https://github.com/YunoHost-Apps/20euros_ynh/tree/testing --debug
```

View file

@ -26,3 +26,17 @@ Clone du jeu 2048 avec pièces et billets en euros.
* Signaler un bug : https://github.com/YunoHost-Apps/20euros_ynh/issues
* Dépôt de lapplication principale : https://github.com/jatekos101/20euros
* Site web YunoHost : https://yunohost.org/
---
Informations pour les développeurs
----------------
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/20euros_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/20euros_ynh/tree/testing --debug
ou
sudo yunohost app upgrade 20euros -u https://github.com/YunoHost-Apps/20euros_ynh/tree/testing --debug
```