From 75120918966c661fa38a1026607396aa9d7ce93e Mon Sep 17 00:00:00 2001 From: uhryniuk Date: Sun, 6 Oct 2024 23:13:31 -0500 Subject: [PATCH] fix: add correct docker image uri in readme. --- README.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/README.md b/README.md index 550b652..05d6647 100644 --- a/README.md +++ b/README.md @@ -29,35 +29,13 @@ cargo install tally-cli Optionally, you can play around with tally in a container with the following command. ``` -docker run --name tally --rm -it tally +docker run --name tally --rm -it docker.io/uhryniuk/tally ``` ## Detailed Usage This section describes detailed usage for the `tally` CLI command. -``` -A global counter - -Usage: tally [OPTIONS] [name] [COMMAND] - -Commands: - set Set configuration of the provided counter - add Increment a given counter - sub Decrement a given counter - delete Delete a given counter - list List all of the active counters - help Print this message or the help of the given subcommand(s) - -Arguments: - [name] Name of counter - -Options: - --raw Render counter without template (if template is set) - -h, --help Print help - -``` - ### Basic Usage `tally` is designed for for managing counters across your terminal environments. After installation, you can initialize the database with.