From 151029a87e74417088de36be461da7b7dc0151c9 Mon Sep 17 00:00:00 2001 From: Oro <93224879+orowith2os@users.noreply.github.com> Date: Wed, 10 Aug 2022 15:14:51 -0500 Subject: [PATCH] Slight update to the README, as the info on it was outdated. Also some grammar stuff Signed-off-by: Oro <93224879+orowith2os@users.noreply.github.com> --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a5f11f3..da5569b 100755 --- a/README.md +++ b/README.md @@ -18,12 +18,8 @@ ## To use inside of distrobox: -run the following command: `distrobox create -n insertnamehere -i docker.io/crystallinux/crystal` to create a distrobox container. -### STUFF TO BE AWARE OF: - -The docker image currently seems to have some issues when not running the `bash` shell on the host, when using Distrobox. You may need to start it with bash as the chosen shell to get it to function. -This can be done with `distrobox enter -- bash` +Run the following command: `distrobox create -n insertnamehere -i docker.io/crystallinux/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 to your system. +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.