From f5ab54297a0bbf891eb1069c9a9fff599a0f841a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20d=27H=C3=A9rouville?= Date: Mon, 8 Apr 2024 17:19:44 +0200 Subject: [PATCH] Update INSTALL_RHEL9.md --- documentation/INSTALL_RHEL9.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/INSTALL_RHEL9.md b/documentation/INSTALL_RHEL9.md index 156ff63..1b3ccdc 100644 --- a/documentation/INSTALL_RHEL9.md +++ b/documentation/INSTALL_RHEL9.md @@ -46,7 +46,7 @@ baseos ## Clone this repository ```sh -git clone https://github.com/ePietry/red-hat-kiosk.git +git clone https://github.com/bdherouville/red-hat-kiosk.git cd red-hat-kiosk export GIT_REPO_CLONE="$PWD" ``` @@ -63,7 +63,7 @@ Define the target image properties. ```sh REGISTRY="quay.io" -IMAGE_NAME="nmasse_itix/kiosk-app" +IMAGE_NAME="$YOUR_QUAY_REPOSITORY/kiosk-app" IMAGE_TAG="latest" ```