diff options
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |