From a9b44646b0cd0a9300cc02f259efbdc7bbaf7f46 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 23 Jun 2019 16:09:48 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6a38f1..84c1fd2 100644 --- a/README.md +++ b/README.md @@ -52,17 +52,19 @@ Want to see in action? ### Installing guide - 1. App can be installed by **running following commands**: + 1. App can be installed by YunoHost **admin web-interface** or by **running following command**: $ sudo yunohost app install https://github.com/YunoHost-Apps/peertube_ynh + 1. Admin username is : **root**. 1. **Admin password** will be sent to the email address given at the time of the installation. 1. **TLS** and **starttls** are disabled for the outgoing mails. If you intent to use email address not hosted on your local server,it's advised to have a proper SMTP configured with tls and starttls settings by editing **/var/www/peertube/config/production.yml**. ### Update Guide - 1. App can be updated with the **following commands**: - + 1. App can be updated by YunoHost **admin web-interface** or with the **following command**: + $ sudo yunohost app upgrade peertube -u https://github.com/YunoHost-Apps/peertube_ynh + ### Dependencies * NodeJS, PostgreSQL.