From 5691d71a32c9d0ee6e461f5767056832ff056535 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sun, 14 Aug 2022 17:49:43 +0200 Subject: [PATCH] +How to upgrade test install --- doc/DISCLAIMER.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 2be4e0e..f6b962b 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -85,6 +85,12 @@ This app is not in YunoHost app catalog. Test install, e.g.: ~# git clone https://github.com/YunoHost-Apps/django_example_ynh.git ~# yunohost app install django_example_ynh/ -f ``` +To update: +```bash +~# cd django_example_ynh +~/django_example_ynh# git fetch && git reset --hard origin/testing +~/django_example_ynh# yunohost app upgrade django_example_ynh -u . -F +``` To remove call e.g.: ```bash