diff --git a/README.md b/README.md new file mode 100644 index 0000000..5edadb7 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Chord +A C# Discord TUI Client + +## Getting Started +Add a `settings.json` to `~/.config/chord`; + +```json +{ + "Token": "USER/BOT TOKEN HERE" +} +``` + +## Whats Left to do +You can keep track on what my current roadmap for the project in [TODO](https://code.relms.dev/Relms/chord/src/branch/master/TODO).