From ca2cc6bedf30be1ee318b4ed4790fe6b9df0411a Mon Sep 17 00:00:00 2001 From: Nils Hartmann Date: Fri, 13 Jan 2023 09:39:01 +0100 Subject: [PATCH] Git clone command in README fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f85d094..b8969e4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,6 @@ is not compatible with the new M1 processor of Mac. In order to run the samples, you have to build the container from scratch: ``` -git clone git clone https://github.com/keycloak/keycloak-containers.git keycloak/containers +git clone https://github.com/keycloak/keycloak-containers.git keycloak/containers docker build -t jboss/keycloak:14.0.0 ./keycloak ```