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:
parent
0927320eed
commit
cc45e0bc12
1 changed files with 16 additions and 3 deletions
19
README.md
19
README.md
|
@ -1,6 +1,6 @@
|
||||||
# Mumble server package for YunoHost
|
# Mumble server for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/mumbleserver)
|
[](https://dash.yunohost.org/appci/app/mumbleserver)  
|
||||||
[](https://install-app.yunohost.org/?app=mumbleserver)
|
[](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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue