enum variant matching for oai

This commit is contained in:
Benjamin Sherriff
2024-05-12 17:52:22 -04:00
parent 1de68f86ae
commit c83d398ce0
3 changed files with 32 additions and 11 deletions

View File

@@ -68,9 +68,8 @@ The following packages must be installed for [serenity-rs/songbird](https://gith
</details>
### Running Locally
1. Build the [Docker](https://www.docker.com/) containers with `make build`
2. Start the utility containers with `make utils`
3. Start the application with `cargo run`
1. Start the backend containers with `make refresh`
2. Start the application with `make run`
The application can also be tested from within a Docker container:
```