Skip to content

Commit

Permalink
fix: add correct docker image uri in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhryniuk committed Oct 7, 2024
1 parent bd4ee87 commit 7512091
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7512091

Please sign in to comment.