added README.md
This commit is contained in:
parent
ba1b16c61d
commit
0c369d4644
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -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).
|
Reference in a new issue