From a26da560a35676e6da30e45f18ab09dc1b54c268 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Thu, 4 Jan 2024 23:25:32 -0500 Subject: Added crates.io instructions to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4e52447..d69f677 100644 --- a/README.md +++ b/README.md @@ -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 . -- cgit v1.2.3