diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -13,6 +13,19 @@ Grab binaries for different OS from https://github.com/neonxp/pomodoro/releases brew install neonxp/tap/pomodoro ``` +### Docker + +Build image: + +```shell +docker build -t pomodoro . +``` + +Run image +```shell +docker run -it --rm pomodoro +``` + ### With golang ``` go install github.com/neonxp/pomodoro@latest |