diff --git a/README.md b/README.md
index 81ceacc918feeb275b6dd2db82a442fc9a40f447..d082c18b15ea231fa3255a0d165239a1c2dd572d 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.