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:
parent
dbfc8a1b36
commit
536e3214ef
2 changed files with 28 additions and 0 deletions
14
README.md
14
README.md
|
@ -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
|
||||
```
|
||||
|
|
14
README_fr.md
14
README_fr.md
|
@ -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 l’application 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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue