diff --git a/README.md b/README.md index bb0947f5..aaf7685b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ ## Getting Started +### Run VCSpeaker locally 1. Download the latest release from [Releases](https://github.com/jaoafa/VCSpeaker.kt/releases). 2. Put the jar file in the new folder (e.g. `vcspeaker`) -3. Create a `config.yml` file in the same folder as the jar file. +3. Create `config.yml` in the same folder as the jar file. 4. Write the following in `config.yml`: ```yaml token: @@ -20,4 +21,4 @@ 5. Run the jar file with `java -jar vcspeaker-kt.jar` 6. Invite the bot to your server. 7. Run `/vcspeaker settings channel:` to set the text channel to be read aloud. -8. Now, when you send a message in the text channel, the bot will read it aloud in the voice channel. \ No newline at end of file +8. Now, when you send a message in the text channel, the bot will read it aloud in the voice channel.