From 11e6814d2b38b2dd58b0aff2911fe36bb34f61a8 Mon Sep 17 00:00:00 2001 From: Iain Powrie Date: Sat, 11 Sep 2021 03:08:02 +0000 Subject: [PATCH] Tidy README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9112295e..9f909b57 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,14 @@ This is done by using `docker-compose` or `docker run`(You don't need to clone t If you have a config folder already from previous local installation or docker setup, the image should mount this volume, if none is present then it will populate its own config folder for you. ### Using the registry image: +The provided image supports both `arm64` and `amd64` out the box, if you have issues though you can build it yourself. + +The image is located at: `registry.gitlab.com/crafty-controller/crafty-commander:latest` | Branch | Status | | ----------------- | ------------------------------------------------------------------ | | :latest | [![pipeline status](https://gitlab.com/crafty-controller/crafty-commander/badges/master/pipeline.svg)](https://gitlab.com/crafty-controller/crafty-commander/-/commits/master) | | :dev | [![pipeline status](https://gitlab.com/crafty-controller/crafty-commander/badges/dev/pipeline.svg)](https://gitlab.com/crafty-controller/crafty-commander/-/commits/dev) | -The provided image supports both `arm64` and `amd64` out the box, if you have issues though you can build it yourself. - -The image is located at: `registry.gitlab.com/crafty-controller/crafty-commander:latest` - While the repository is still **private / pre-release**, Before you can pull the image you must authenticate docker with the Container Registry.