commit 3f26ba1af7ccc3ce9ca508eafd4fa1917451fd5e parent bfdd0666547221ebda14579233d057a1fb806a73 Author: William Casarin <jb55@jb55.com> Date: Thu, 11 Apr 2024 15:03:30 -0700 readme: add usage Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | README.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -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?)