From 39c6bdd601418b7f1d0fba5d607e46a9ab4f5d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 22 Oct 2020 20:57:28 +0200 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2eef3a..b0c4f13 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -# ZeroNet package for YunoHost +# ZeroNet for YunoHost [![Integration level](https://dash.yunohost.org/integration/zeronet.svg)](https://dash.yunohost.org/appci/app/zeronet) ![](https://ci-apps.yunohost.org/ci/badges/zeronet.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/zeronet.maintain.svg) [![Install ZeroNet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=zeronet) -- [ZeroNet project](https://github.com/HelloZeroNet/ZeroNet) - ## Install - This app can only be installed on root path, i.e you will need to use a dedicated domain name, e.g.`zeronet.domain.tld`. - The app is installed in private mode only so unauthenticated users can not temper with your content. @@ -16,3 +14,23 @@ ## Hint - Use at your own risk :-) + +## Links + + * Report a bug: https://github.com/YunoHost-Apps/zeronet_ynh/issues + * App website: https://zeronet.io/ + * Upstream app repository: https://github.com/HelloZeroNet/ZeroNet + * YunoHost website: https://yunohost.org/ + +--- + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/zeronet_ynh/tree/testing). + +To try the testing branch, please proceed like that. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/zeronet_ynh/tree/testing --debug +or +sudo yunohost app upgrade zeronet -u https://github.com/YunoHost-Apps/zeronet_ynh/tree/testing --debug +```