Browse Source

Update INSTALL_RHEL9.md

ca-cert-and-multi-ks
Bertrand d'Hérouville 2 years ago
committed by GitHub
parent
commit
f5ab54297a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      documentation/INSTALL_RHEL9.md

4
documentation/INSTALL_RHEL9.md

@ -46,7 +46,7 @@ baseos
## Clone this repository ## Clone this repository
```sh ```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 cd red-hat-kiosk
export GIT_REPO_CLONE="$PWD" export GIT_REPO_CLONE="$PWD"
``` ```
@ -63,7 +63,7 @@ Define the target image properties.
```sh ```sh
REGISTRY="quay.io" REGISTRY="quay.io"
IMAGE_NAME="nmasse_itix/kiosk-app" IMAGE_NAME="$YOUR_QUAY_REPOSITORY/kiosk-app"
IMAGE_TAG="latest" IMAGE_TAG="latest"
``` ```

Loading…
Cancel
Save