From 708587943595fb3231647f2da5d17b8202db34e8 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 10 Sep 2025 01:21:09 +0530 Subject: Added installation instructions --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 1f92edb..f8bcf3a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,25 @@ the same widget. It can be controlled through the polydoro command, which can ev added to your statusbar (clicked, etc) or can be controlled through your window manager's keybindings. +# Installation + +Using cargo install: + +```fish +cargo install polydoro +``` + +Build from source: + +``` +git clone https://git.vidhukant.com/polydoro/ +cd polydoro +cargo build -r + +# optionally move this binary to $PATH +./target/release/polydoro +``` + # Usage ## Starting the daemon -- cgit v1.2.3