Skip to content
Snippets Groups Projects
Commit a4e5d7fb authored by Mike Sell's avatar Mike Sell
Browse files

Added instructions on running scripts

parent c0f62d3d
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,11 @@ Check the postman collection from that repo: ...@@ -35,9 +35,11 @@ Check the postman collection from that repo:
and run the following commands: and run the following commands:
``` ```
sudo ./ocm-engine/scripts/start_instance.sh cd ocm-engine
sudo ./ocm-engine/scripts/start_instance.sh sudo ./scripts/start_instance.sh
sudo ./ocm-engine/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. The above command is run three times to create a container for the holder, issuer, and verifier.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment