Updated README

This commit is contained in:
Silas Bartha 2024-01-04 23:05:13 -05:00
parent 00e888c5aa
commit 2534c978d1
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2
3 changed files with 9 additions and 2 deletions

2
Cargo.lock generated
View File

@ -994,7 +994,7 @@ dependencies = [
[[package]] [[package]]
name = "pomd" name = "pomd"
version = "1.4.0" version = "1.4.1"
dependencies = [ dependencies = [
"async-std", "async-std",
"confy", "confy",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "pomd" name = "pomd"
version = "1.4.0" version = "1.4.1"
description = "A simple configurable pomodoro D-Bus daemon" description = "A simple configurable pomodoro D-Bus daemon"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
edition = "2021" edition = "2021"

View File

@ -1,5 +1,7 @@
# pomd: pomodoro daemon # 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 This program provides a simple pomodoro daemon for linux. Recommended to be used with [pomc](https://github.com/exvacuum/pomc) client
## Features ## 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) ![image](https://github.com/exvacuum/pomd/assets/17646388/e80d9893-94b6-4450-a1c3-2e2893ca3eb7)
## Installation ## Installation
### Via crates.io
```sh
cargo install pomd
```
### From Source ### From Source
```sh ```sh
cargo install --path . cargo install --path .