diff options
author | Alex <a.kiryukhin@mail.ru> | 2021-12-13 16:16:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 16:16:07 +0300 |
commit | 4bdeb6dcb89ae475e679892b0767bb900c66e3d3 (patch) | |
tree | 641db05b478ea6f8ec1406796f1d73e2f053410d | |
parent | bcd2267d758df8216f7a8a0808dbd189fd53d9dc (diff) |
Update README.md
-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 |