From 9f20512b53ff29f1fa1fdf0a98190cc101a464c0 Mon Sep 17 00:00:00 2001 From: mbugeia Date: Sat, 2 Jan 2016 18:31:41 +0100 Subject: [PATCH] Add dev info o readme Former-commit-id: 5e0b9eba28ae0cd256f60619de9ba052ef723c08 --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ab85ba..567a8f8 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,21 @@ This package is published under MIT License TODO ----- - - Auto login/logout + - Auto login/logout, see #1 + - Test of backup/restore script + +Developper infos +---------------- + +Please do your pull request to the Dev branch. + +Test or upgrade to dev version: +``` +su - admin +git clone -b Dev https://github.com/mbugeia/seafile_ynh +# to install +sudo yunohost app install -l Seafile /home/admin/seafile_ynh +# to upgrade +sudo yunohost app upgrade -f /home/admin/seafile_ynh seafile + +``` \ No newline at end of file