From 884e4ef2c12db2c98117ce5cac4fb17e7b80f397 Mon Sep 17 00:00:00 2001 From: Luuc van der Zee Date: Mon, 5 Aug 2024 12:38:40 +0100 Subject: [PATCH] Update README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7becb9d..25d7ba6 100644 --- a/README.md +++ b/README.md @@ -10,23 +10,22 @@ To enable the fake SSO method locally, take the following steps: 127.0.0.1 host.docker.internal ``` -2. Enable the `fake_sso` feature flag: +2. In the main repo, enable the `fake_sso` feature flag: ``` make feature-toggle feature=fake_sso enabled=true ``` -3. Install dependencies for `fake_sso`: +3. In this repo, install the dependencies: ``` -cd fake_sso npm i ``` -4. Start the BE with the following command: +4. In both repos, run the docker compose file: ``` -docker compose --profile fake_sso up +docker compose up ``` ## Issues