From 4bdeb6dcb89ae475e679892b0767bb900c66e3d3 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 13 Dec 2021 16:16:07 +0300 Subject: Update README.md --- README.md | 12 +++++++++--- 1 file 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 -- cgit v1.2.3