fix radio description

This commit is contained in:
Azlux
2019-07-31 00:07:17 +02:00
parent 42a99352df
commit 3539df5400
2 changed files with 25 additions and 13 deletions

View File

@ -17,7 +17,8 @@ Bot the can play :
4. [Generate a certificate](#optional-generate-a-certificate)
5. [Starting the bot](#starting-the-bot)
6. [Custom commands](#custom-commands)
7. [Contributors](#contributors)
7. [Known issues](#known-issues)
8. [Contributors](#contributors)
### Web interface
@ -86,6 +87,14 @@ you have the section :
- strings : you can customize all string the bot can say.
- debug : option to activate ffmpeg or pymumble debug. (Can be very verbose)
### Known Issues
During installation, you can have the error:
```
ImportError: libtiff.so.5: cannot open shared object file: No such file or directory
```
You need to install a missing system librairie: `apt install libtiff5`
### Contributors
If you want to participate, You're welcome to fork and pull requests (fixes and new features).