Skip to content

Commit

Permalink
Fixed list numbering in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard committed Jan 11, 2021
1 parent ba8b407 commit 17d1dad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

# iDIN server

Add personal data received from Dutch banks via iDIN for use in your
[IRMA app](https://github.com/privacybydesign/irmamobile).


## Setting up the server

1. Add the server config file `src/main/resources/config.json`. As an example you can check
Expand All @@ -13,8 +11,8 @@ Add personal data received from Dutch banks via iDIN for use in your
check `config.EXAMPLE.xml` in the root of this repository.
3. Supply the Java keystore on the location as specified in the iDIN library config. Make sure
that this file is available in the Java classpath. For example, include it in `src/main/resources/...`
or in `webapp/WEB-INF/classes`.
3. Run `gradle appRun` in the root directory of this project.
or in `webapp/WEB-INF/classes/...`.
4. Run `gradle appRun` in the root directory of this project.

## Building new version of iDIN library

Expand Down

0 comments on commit 17d1dad

Please sign in to comment.