From 259fbf3e1e50a0a40494293e1510a10501f97623 Mon Sep 17 00:00:00 2001 From: deflax Date: Mon, 28 Mar 2022 18:46:23 -0400 Subject: [PATCH] update docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cef30b5..e769d56 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ * Live radio re-streaming to voice channels. * Automatically turned on/off when someone joins/leaves the bound channel. -* Shows ICY StreamTITLE +* Shows ICY StreamTitle * Other cool things. ## Running using Docker from the repo 1. `sudo apt install docker-compose` -2. `cp radiobot.env.dist radiobot.env ; cp relay.env.dist relay.env` -3. `vim .env` +2. `cp radiobot.env.dist radiobot.env` +3. `vim radiobot.env` 4. `docker-compose up -d --build --remove-orphans` 5. `docker-compose logs --follow --tail 100 --timestamps`