diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -18,12 +18,18 @@ brew install neonxp/tap/pomodoro Build image: ```shell -docker build -t pomodoro . +docker build -t pomodoro:master . +``` + +or pull image from GitHub: + +```shell +docker pull ghcr.io/neonxp/pomodoro:master ``` Run image ```shell -docker run -it --rm pomodoro +docker run -it --rm pomodoro:master ``` ### With golang @@ -39,4 +45,4 @@ Just run pomodoro ``` -to stop - press Ctrl+C or kill process
\ No newline at end of file +to stop - press Ctrl+C or kill process |