diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ This program provides a basic CLI client for the [pomd](https://github.com/exvacuum/pomd) pomodoro daemon. ## Installation + +### Via crates.io +```sh +cargo install pomc +``` + ### From Source ```sh cargo install --path . |