From a4e5d7fba0545bc06a7350ebea43e2889de32b51 Mon Sep 17 00:00:00 2001 From: Mike Sell <michael.sell@t-systems.com> Date: Sun, 12 May 2024 18:20:50 -0300 Subject: [PATCH] Added instructions on running scripts --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37fa38d..db583a4 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,11 @@ Check the postman collection from that repo: and run the following commands: ``` -sudo ./ocm-engine/scripts/start_instance.sh -sudo ./ocm-engine/scripts/start_instance.sh -sudo ./ocm-engine/scripts/start_instance.sh +cd ocm-engine +sudo ./scripts/start_instance.sh +sudo ./scripts/start_instance.sh +sudo ./scripts/start_instance.sh +cd .. ``` The above command is run three times to create a container for the holder, issuer, and verifier. -- GitLab