From 50714da0c7f82635a6660f4ad8e690e429cf661e Mon Sep 17 00:00:00 2001 From: Oro <93224879+orowith2os@users.noreply.github.com> Date: Wed, 7 Sep 2022 19:31:33 -0500 Subject: [PATCH] Adds the github repo to the README Signed-off-by: Oro <93224879+orowith2os@users.noreply.github.com> --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da5569b..3070bcc 100755 --- a/README.md +++ b/README.md @@ -18,8 +18,10 @@ ## To use inside of distrobox: -Run the following command: `distrobox create -n insertnamehere -i docker.io/crystallinux/crystal` to create a distrobox container. +Run the following command: `distrobox create -n insertnamehere -i crystal` to create a distrobox container. ## Extra information -Docker image is also available at https://hub.docker.com/r/crystallinux/crystal. Run `docker/podman pull crystallinux/crystal` to download the image to your system. +To pull this docker image to your system, use `docker/podman pull ghcr.io/crystal-linux/crystal`. + +This Docker image is also available at https://hub.docker.com/r/crystallinux/crystal. Run `docker/podman pull crystallinux/crystal` to download the image to your system.