mirror of
https://github.com/YunoHost-Apps/zeronet_ynh.git
synced 2024-09-03 17:46:12 +02:00
Update README.md
This commit is contained in:
parent
4dbb7e46ae
commit
39c6bdd601
1 changed files with 21 additions and 3 deletions
24
README.md
24
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue