aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-01-04 23:25:32 -0500
committerLibravatar Silas Bartha <[email protected]>2024-01-04 23:25:32 -0500
commita26da560a35676e6da30e45f18ab09dc1b54c268 (patch)
treee4e943795603260602e180e504037fe33406b3c1 /README.md
parent20d3f4c6c2a586a513217c096be030b476ebdd00 (diff)
Added crates.io instructions to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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 .