aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index b6624e3..273523b 100644
--- a/README.md
+++ b/README.md
@@ -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