diff --git a/.env.dist b/.env.dist index ac51c45..ab7d4d5 100644 --- a/.env.dist +++ b/.env.dist @@ -1,6 +1,6 @@ -token = "radio_bot_token" -channel = "channel_id" -name = "Example Radio" -url = "http://example.net" -passes = 2 -bitrate = 44100 +token=OT.. +channel=0 +name=radiobot +url=http://example.net +passes=2 +bitrate=44100 diff --git a/README.md b/README.md index 3a113a6..53b502c 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,8 @@ ## Running using Docker from the repo -2. Install dependancies `sudo apt install docker-compose` -3. Create a folder called `config` or similiar to keep your configuration in -4. Make a copy of `config.example.ini` called `config.ini` and place it in your `config` folder -5. Edit the config file -6. Build and execute using docker-compose: `docker-compose up -d --build --remove-orphans` -7. Monitor execution with `docker-compose logs --follow --tail 100` +1. `sudo apt install docker-compose` +2. `cp .env.dist .env` +3. `vim .env` +4. `docker-compose up -d --build --remove-orphans` +5. `docker-compose logs --follow --tail 100`