From c23eaddec9b0ccf3799fb4fc6303eaa9a4086c4c Mon Sep 17 00:00:00 2001 From: CDR-AndrewG <89497569+CDR-AndrewG@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:29:38 +1100 Subject: [PATCH] Updated Authorisation Server git clone command --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 738a74e..8dd7ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed +- Updated Authorisation Server git clone command in readme ## [1.2.0] - 2023-03-21 ### Added diff --git a/README.md b/README.md index e9ee2b8..94bac49 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ git clone https://github.com/ConsumerDataRight/mock-data-holder.git Starting from version 1.2.0, the Mock Data Holder now utilises the [Authorisation Server](https://github.com/ConsumerDataRight/authorisation-server) as an Identity Provider. The [Authorisation Server](https://github.com/ConsumerDataRight/authorisation-server) also needs to be running when running the Mock Data Holder. The [Authorisation Server](https://github.com/ConsumerDataRight/authorisation-server) repository can be cloned using following command. ``` -git clone https://github.com/ConsumerDataRight/authorisation-server.git +git clone https://github.com/ConsumerDataRight/authorisation-server.git ./cdr-auth-server ``` To get help on launching and debugging the solution, see the [help guide](https://github.com/ConsumerDataRight/mock-data-holder/blob/main/Help/debugging/HELP.md).