From cc45e0bc12941e4c7489183a505b62a92d4537a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 11 Sep 2020 23:24:50 +0200 Subject: [PATCH] Update README.md _ *Add badges* --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b7f31a..ae2c6cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Mumble server package for YunoHost +# Mumble server for YunoHost -[![Integration level](https://dash.yunohost.org/integration/mumbleserver.svg)](https://dash.yunohost.org/appci/app/mumbleserver) +[![Integration level](https://dash.yunohost.org/integration/mumbleserver.svg)](https://dash.yunohost.org/appci/app/mumbleserver) ![](https://ci-apps.yunohost.org/ci/badges/mumbleserver.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mumbleserver.maintain.svg) [![Install with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=mumbleserver) It installs the Debian package and configures it with given settings. @@ -12,7 +12,6 @@ Password and other usefull information will be sent to you after installation. - [Add the admin](http://wiki.mumble.info/wiki/Murmurguide#Connecting_to_Murmur_Server) #### Maintainers & history ----------------- * 2014: Package creation was maid by [matlink]](https://github.com/Matlink) * 2016: improved and maintained by [Moul](https://github.com/M5oul) @@ -39,3 +38,17 @@ Password and other usefull information will be sent to you after installation. * Report a bug about Mumble itself: https://github.com/mumble-voip/mumble * Mumble website: https://mumble.info * YunoHost website: https://yunohost.org + + --- + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mumbleserver_ynh/tree/testing). + +To try the testing branch, please proceed like that. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/mumbleserver_ynh/tree/testing --debug +or +sudo yunohost app upgrade mumbleserver -u https://github.com/YunoHost-Apps/mumbleserver_ynh/tree/testing --debug +``` +