1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00

Update README.md

_ *Add badges*
This commit is contained in:
Éric Gaspar 2020-09-11 23:24:50 +02:00 committed by GitHub
parent 0927320eed
commit cc45e0bc12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) [![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. 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) - [Add the admin](http://wiki.mumble.info/wiki/Murmurguide#Connecting_to_Murmur_Server)
#### Maintainers & history #### Maintainers & history
----------------
* 2014: Package creation was maid by [matlink]](https://github.com/Matlink) * 2014: Package creation was maid by [matlink]](https://github.com/Matlink)
* 2016: improved and maintained by [Moul](https://github.com/M5oul) * 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 * Report a bug about Mumble itself: https://github.com/mumble-voip/mumble
* Mumble website: https://mumble.info * Mumble website: https://mumble.info
* YunoHost website: https://yunohost.org * 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
```