diff options
author | Silas Bartha <[email protected]> | 2024-01-04 23:05:13 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-01-04 23:05:13 -0500 |
commit | 2534c978d138981a9421e3f40cd770cad09ceb49 (patch) | |
tree | 8d568e1b987dcd06a27597b02cb988d5e60e676c | |
parent | 00e888c5aaa6e1c47956c321f2a77072dce3940c (diff) |
Updated README
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 7 |
3 files changed, 9 insertions, 2 deletions
@@ -994,7 +994,7 @@ dependencies = [ [[package]] name = "pomd" -version = "1.4.0" +version = "1.4.1" dependencies = [ "async-std", "confy", @@ -1,6 +1,6 @@ [package] name = "pomd" -version = "1.4.0" +version = "1.4.1" description = "A simple configurable pomodoro D-Bus daemon" license = "MIT OR Apache-2.0" edition = "2021" @@ -1,5 +1,7 @@ # pomd: pomodoro daemon +![Crates.io Version](https://img.shields.io/crates/v/pomd) + This program provides a simple pomodoro daemon for linux. Recommended to be used with [pomc](https://github.com/exvacuum/pomc) client ## Features @@ -13,6 +15,11 @@ This program provides a simple pomodoro daemon for linux. Recommended to be used ![image](https://github.com/exvacuum/pomd/assets/17646388/e80d9893-94b6-4450-a1c3-2e2893ca3eb7) ## Installation +### Via crates.io +```sh +cargo install pomd +``` + ### From Source ```sh cargo install --path . |