Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Fraunhofer-AISEC/ids-clearing-hou…
Browse files Browse the repository at this point in the history
…se-service
  • Loading branch information
kragall committed Nov 12, 2021
2 parents 4f4b025 + ac90817 commit bccd83b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ The Clearing House Processors are not run as docker containers. The Clearing Hou
### Clearing House App
The Clearing House App is written in [Rust](https://www.rust-lang.org) and can be build using

`cargo build --release`
```
cd clearing-house-app
cargo build --release
```

The build requires OpenSSL to be installed.

Expand All @@ -141,4 +144,4 @@ The Clearing House Processors are written in Java and require Java 11 and can be
```
cd clearing-house-processors
./gradlew build
```
```

0 comments on commit bccd83b

Please sign in to comment.