aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <a.kiryukhin@mail.ru>2021-12-13 16:16:07 +0300
committerGitHub <noreply@github.com>2021-12-13 16:16:07 +0300
commit4bdeb6dcb89ae475e679892b0767bb900c66e3d3 (patch)
tree641db05b478ea6f8ec1406796f1d73e2f053410d
parentbcd2267d758df8216f7a8a0808dbd189fd53d9dc (diff)
Update README.md
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 273523b..e002640 100644
--- a/README.md
+++ b/README.md
@@ -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