mirror of
https://github.com/YunoHost-Apps/question2answer_ynh.git
synced 2024-09-03 20:16:07 +02:00
Update readmes to mention the testing branch
This commit is contained in:
parent
928272bb6c
commit
e3fc039866
2 changed files with 26 additions and 0 deletions
13
README.md
13
README.md
|
@ -57,3 +57,16 @@ https://yunohost.org/packaging_apps
|
||||||
* App website: https://www.question2answer.org
|
* App website: https://www.question2answer.org
|
||||||
* Upstream app repository: https://github.com/q2a/question2answer
|
* Upstream app repository: https://github.com/q2a/question2answer
|
||||||
* YunoHost website: https://yunohost.org/
|
* YunoHost website: https://yunohost.org/
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Developer info
|
||||||
|
|
||||||
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing).
|
||||||
|
|
||||||
|
To try the testing branch, please proceed like that.
|
||||||
|
```
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug
|
||||||
|
or
|
||||||
|
sudo yunohost app upgrade question2answer -u https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
13
README_fr.md
13
README_fr.md
|
@ -57,3 +57,16 @@ https://yunohost.org/packaging_apps
|
||||||
* Site de l'application : https://www.question2answer.org
|
* Site de l'application : https://www.question2answer.org
|
||||||
* Dépôt de l'application principale : https://github.com/q2a/question2answer
|
* Dépôt de l'application principale : https://github.com/q2a/question2answer
|
||||||
* Site web YunoHost : https://yunohost.org/
|
* 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/question2answer_ynh/tree/testing).
|
||||||
|
|
||||||
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
```
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug
|
||||||
|
ou
|
||||||
|
sudo yunohost app upgrade question2answer -u https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue