From cd52a4167222e572cccfb072561ca1a8e3b9cdb2 Mon Sep 17 00:00:00 2001 From: Jojo144 Date: Wed, 21 Jun 2017 21:50:24 +0200 Subject: [PATCH] Add Update command to Readme.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1138419..56883e5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Yunohost app for Ihatemoney budget web app Backs on MySQL database, the identifiers are per-project, not per-user, so no way to do advanced SSO integration with yunohost accounts. -The behaviour is either : +The behaviour is either: - **non-public app**: - yunohost login required @@ -16,6 +16,14 @@ The behaviour is either : - per-project identifiers required - any visitor can create a new project. +Update +------ + +To update the app, use: + +`sudo yunohost app upgrade ihatemoney -u https://github.com/YunoHost-Apps/ihatemoney_ynh` + + Maintainer ----------