From 1a26dc69e449cf8a50b4b2b6d0613ca1686a5564 Mon Sep 17 00:00:00 2001 From: Oro <93224879+orowith2os@users.noreply.github.com> Date: Thu, 8 Sep 2022 09:31:11 -0500 Subject: [PATCH] removes the dockerhub portion Signed-off-by: Oro <93224879+orowith2os@users.noreply.github.com> --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3070bcc..41d9823 100755 --- a/README.md +++ b/README.md @@ -14,14 +14,12 @@ Twitter Follow

-

The official Crystal Linux docker image

+

The official Crystal Linux Docker image

## To use inside of distrobox: -Run the following command: `distrobox create -n insertnamehere -i crystal` to create a distrobox container. +Run the following command: `distrobox create -n insertnamehere -i ghcr.io/crystal-linux/crystal:latest` to create a distrobox container. ## Extra information -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. +To pull this docker image to your system, use `docker/podman pull ghcr.io/crystal-linux/crystal:latest`.