From 5696c025e3eb9134ead9f5cabe5bde87cc41d612 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Wed, 20 May 2020 12:22:51 +0200 Subject: [PATCH] add developers info to readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 05022f5..d10e099 100644 --- a/README.md +++ b/README.md @@ -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 +```