From 6348266175cd2edf9c37e9521139ee57da06a0a6 Mon Sep 17 00:00:00 2001 From: Stan Silvert Date: Sun, 13 Sep 2020 16:15:30 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b38b564ff..cfb2649d7d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For development on this project you will need a running Keycloak server listenin ```bash $> ./start.js ``` -1. Add the client +1. Go to the clients section of the exising Keycloak Admin Console and add the client * like this: ![realm settings](./realm-settings.png "Realm Settings") * or click on the "Select file" button and import `security-admin-console-v2.json` @@ -39,4 +39,4 @@ To switch to a RH-SSO themed version of this console you can run: $> npx grunt switch-rh-sso ``` -To switch back just do a `git checkout public` \ No newline at end of file +To switch back just do a `git checkout public`