1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/243-game_ynh.git synced 2024-09-03 18:06:00 +02:00

Merge pull request #6 from ericgaspar/master

add testing link
This commit is contained in:
Éric Gaspar 2020-05-15 09:20:56 +02:00 committed by GitHub
commit f0f55f31b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View file

@ -30,3 +30,17 @@ Clone of 2048 game. You need to reach 243.
* Report a bug: https://github.com/YunoHost-Apps/243_ynh/issues
* Upstream app repository: https://github.com/hgentry/81
* YunoHost website: https://yunohost.org/
---
Developers info
----------------
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/243_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/243_ynh/tree/testing --debug
or
sudo yunohost app upgrade 243 -u https://github.com/YunoHost-Apps/243_ynh/tree/testing --debug
```

View file

@ -30,3 +30,17 @@ Clone du jeu 2048. Il vous faut atteindre 243.
* Signaler un bug : https://github.com/YunoHost-Apps/243_ynh/issues
* Dépôt de lapplication principale : https://github.com/hgentry/81
* 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/243_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/243_ynh/tree/testing --debug
ou
sudo yunohost app upgrade 243 -u https://github.com/YunoHost-Apps/243_ynh/tree/testing --debug
```