From 3f26ba1af7ccc3ce9ca508eafd4fa1917451fd5e Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 11 Apr 2024 15:03:30 -0700 Subject: [PATCH] readme: add usage Signed-off-by: William Casarin --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b92056e..3c012e2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ Look it actually runs on android! +## 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?)