From 2534c978d138981a9421e3f40cd770cad09ceb49 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Thu, 4 Jan 2024 23:05:13 -0500 Subject: Updated README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9449494..39f32f2 100644 --- a/README.md +++ b/README.md @@ -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 . -- cgit v1.2.3