diff options
author | Silas Bartha <[email protected]> | 2024-01-04 23:25:32 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-01-04 23:25:32 -0500 |
commit | a26da560a35676e6da30e45f18ab09dc1b54c268 (patch) | |
tree | e4e943795603260602e180e504037fe33406b3c1 /README.md | |
parent | 20d3f4c6c2a586a513217c096be030b476ebdd00 (diff) |
Added crates.io instructions to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 . |