From 9c1d0fbef4f6d4b4d954a7e0b262378631ee0a61 Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Wed, 4 Dec 2019 17:49:59 +0100
Subject: [PATCH] Rewrite install and configuration instructions

---
 README.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 81ceacc..d082c18 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
 # Install
 
+Clone the repo  and make sure to also fetch the submodules.
+```
+git submodule update --init
+```
+
 Installation should be done via the helm using the helmchart contained in `./helmchart`.
 Make sure to edit the values in `./helmchart/values.yaml` according to your needs
 
@@ -9,8 +14,8 @@ To use OpenID Connect or oAuth you need to set up an oAuth Client for every appl
 needs to authenticate it's users. You can leverage the Hydra Admin API to create oAuth clients.
 As a starting point, you can have a look at the script provided in `test/`.
 
-To use SSO configure your oAuth client (for example netxtcloud) and create a new oAuth client object.
-Refer to `https://sso.oas.example.net/.well-known/openid-configuration` as a reference on how to configure your openID Connect or oAuth client
+To use SSO, configure your oAuth client (for example netxtcloud) and create a new oAuth client object.
+After your server is running, refer to `https://sso.<YOUR.DOMAIN>/.well-known/openid-configuration` as a reference on how to configure your openID Connect or oAuth client.
 
 # Testing
 
@@ -26,5 +31,5 @@ You can use the scripts located in `user-panel/utils` to create users for testin
 If you don't have a test application yourself, you can use the small OpeinID Connect
 test application located at `test/login_logout/`
 
-Also refer to `.gitlab-ci.yaml` to get an idea on how to run all of the tests that are
+Also refer to `.gitlab-ci.yml` to get an idea on how to run all of the tests that are
 contained in this repository.
-- 
GitLab