Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update readme with prerequisite for the mediator to run #296

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,13 @@ git clone [email protected]:adorsys/didcomm-mediator-rs.git

To build and run the project:

* Compile the project:
* First you need to do a

```sh
cargo build
docker compose up
```

* Start the mediator service:

```sh
cargo run
```
* This command will pull the docker image of the mediator with all it's prerequisite.

The output should look like this:

Expand Down
Loading