A little bit of formatting

This commit is contained in:
Xithrius 2021-09-04 03:06:19 -07:00
parent df0b0fc926
commit a6b40f6c55
No known key found for this signature in database
GPG Key ID: 04B94D37B0B8C08F
2 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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!