From 1a60cc3c18b5996f27f27107d6a2805d28eae2a9 Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Mon, 2 Jan 2023 18:06:23 +0100 Subject: [PATCH] Update `README.md` in re: to the GHCR --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b068799e..48c48766 100644 --- a/README.md +++ b/README.md @@ -162,16 +162,16 @@ $ brew install ameba Build the image: ```sh -$ docker build -t crystal-ameba/ameba . +$ docker build -t ghcr.io/crystal-ameba/ameba . ``` To use the resulting image on a local source folder, mount the current (or target) directory into `/src`: ```sh -$ docker run -v $(pwd):/src crystal-ameba/ameba +$ docker run -v $(pwd):/src ghcr.io/crystal-ameba/ameba ``` -Also available on DockerHub: https://hub.docker.com/r/veelenga/ameba +Also available on GitHub: https://github.com/crystal-ameba/ameba/pkgs/container/ameba ### From sources