readme: add usage

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-04-11 15:03:30 -07:00
parent bfdd066654
commit 3f26ba1af7

View File

@@ -10,6 +10,14 @@ Look it actually runs on android!
<img src="https://cdn.jb55.com/s/bebeeadf7001fae1.png" height="500px" />
## Usage
You can customize the columns by passing them as command-line arguments. This is only for testing and will likely change.
```bash
$ ./target/release/notedeck "$(cat queries/timeline.json)" "$(cat queries/notifications.json)"
```
# Developer Setup
## Desktop (Linux/MacOS, Windows?)