fix typo in readme
This commit is contained in:
parent
03c2efb88c
commit
2ce1926d11
1 changed files with 2 additions and 2 deletions
|
|
@ -3,13 +3,13 @@
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
A simple Docker container for [JMusicBot](https://github.com/jagrosh/MusicBot). The container will start up, then download JmusicBot from the projects repository and run it.
|
A simple Docker container for [JMusicBot](https://github.com/jagrosh/MusicBot). The container will start up, then download JMusicBot from the projects repository and run it.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
- Place your **config.txt**, **Playlists** folder, and **serversettings.json** file (if you have one) in `/your/path/to/config`. This directory will be shared with the container.
|
- Place your **config.txt**, **Playlists** folder, and **serversettings.json** file (if you have one) in `/your/path/to/config`. This directory will be shared with the container.
|
||||||
> Refer to the documentaion on how to [configure the bot](https://jmusicbot.com/setup/#3-configure-the-bot)
|
> Refer to the documentaion on how to [configure the bot](https://jmusicbot.com/setup/#3-configure-the-bot)
|
||||||
- You can specify a JMusicBot version using the environment variable `BOT_VERSION`. By default the latest version will be downloaded so you don't have to include the value if you want to use latest.
|
- You can specify a JMusicBot version using the environment variable `BOT_VERSION`. By default the latest version will be downloaded so you don't have to include the value if you want to use latest.
|
||||||
> The version numbers you can use use correspond to the [releases](https://github.com/jagrosh/MusicBot/releases)
|
> The version numbers you can use correspond to the [releases](https://github.com/jagrosh/MusicBot/releases)
|
||||||
|
|
||||||
### Docker examples
|
### Docker examples
|
||||||
- Using docker cli
|
- Using docker cli
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue