From c2f79a26023efc370be5fd5411ca61a98e0a51a4 Mon Sep 17 00:00:00 2001 From: josh Date: Fri, 8 Oct 2021 17:05:38 -0500 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51b3055..0bf6fb7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Docker container for [JMusicBot](https://github.com/jagrosh/MusicBot). This uses the latest Minideb image for a small footprint. ## Usage -Place your **config.txt** and **Playlists** folder in `yourpath/toconfig` to map it to the container. The config folder will also contain the `serversettings.json` if it exists. If you need to access the container you can hop into it and get a shell using: +Place your **config.txt**, **Playlists** folder, and **serversettings.json** file (if you have one) in `yourpath/toconfig` to map it to the container. If you need to access the container you can hop into it and get a shell using: ```bash docker exec -it jmusicbot /bin/bash