diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,2 +1,29 @@ # pomodoro Pomodoro timer for nerds + +## Installation + +### Binaries + +Grab binaries for different OS from https://github.com/neonxp/pomodoro/releases + +### Homebrew + +``` +brew install neonxp/tap/pomodoro +``` + +### With golang +``` +go install github.com/neonxp/pomodoro@latest +``` + +## Usage + +Just run + +```shell +pomodoro +``` + +to stop - press Ctrl+C or kill process
\ No newline at end of file |