From 25fa98338bbdd6abc79661a3e7de0076bd4c4da4 Mon Sep 17 00:00:00 2001 From: jk <47693+sectore@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:37:39 +0100 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28c4bd3..2070787 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ soon tick-tock-tui --help Usage: tick-tock-tui [-m|--mempool URL] [-r|--refresh SECONDS] + [-s|--storage DIRECTORY] TUI app to handle Bitcoin data provided by Mempool: fees, blocks and price converter. @@ -28,8 +29,9 @@ Available options: -m,--mempool URL Mempool URL (default: "https://mempool.space") -r,--refresh SECONDS Interval to auto-reload data in seconds (default: 180) + -s,--storage DIRECTORY Folder to store application state + (default: "~/.local/state/tick-tock-tui") -h,--help Show this help text - ``` ## Local development