From 07e6d922c06c60e16c8bce7cdbfb34d2ebdd18e5 Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 19 Dec 2019 17:45:54 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40b9e30..4d5b6ed 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Please do your pull request to the [testing branch](https://github.com/YunoHost- To try the testing branch, please proceed like that. ``` -sudo yunohost app install https://github.com/YunoHost-Apps/bitwarden_ynh/tree/testing --debug +sudo yunohost app install --debug https://github.com/YunoHost-Apps/bitwarden_ynh/tree/testing or -sudo yunohost app upgrade bitwarden -u https://github.com/YunoHost-Apps/bitwarden_ynh/tree/testing --debug +sudo yunohost app upgrade --debug bitwarden -u https://github.com/YunoHost-Apps/bitwarden_ynh/tree/testing ```