Added crates.io instructions to README

This commit is contained in:
Silas Bartha 2024-01-04 23:25:32 -05:00
parent 20d3f4c6c2
commit a26da560a3
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -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 .