diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index c2652e1..efb1fbb 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -15,8 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose + - uses: actions/checkout@v2 + - name: Build + run: cargo build --verbose + - name: Run tests + run: cargo test --verbose diff --git a/README.md b/README.md index b85ce0c..904c3c8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # Twitch Chat IRC, in the terminal. ### What it looks like: + ![preview](./images/preview.png) ### Setup: + 1. Copy everything from `default-config.toml` to a new file called `config.toml` to set everything you need. -2. Create a `.env` file and set `TOKEN` to your oauth token from [here](https://twitchapps.com/tmi/) (ex. `TOKEN=oauth:asdfasdfasdf`). +2. Create a `.env` file and set `TOKEN` to your oauth token from [here](https://twitchapps.com/tmi/) ( + ex. `TOKEN=oauth:asdfasdfasdf`). 3. run `cargo run --release`, and you're good to go!