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

add developers info to readme

This commit is contained in:
Sebastian Gumprich 2020-05-20 12:22:51 +02:00 committed by GitHub
parent 07dffc9ff5
commit 5696c025e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,3 +56,16 @@ Configuration happens in the application itself.
* If possible, create initial user
* Test upgrade
Developers infos
----------------
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/invoiceninja_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/invoiceninja_ynh/tree/testing --debug
or
sudo yunohost app upgrade ttrss -u https://github.com/YunoHost-Apps/invoiceninja_ynh/tree/testing --debug
```