Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ignore markdown2rfc output
*.html
*.xml
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,22 @@ The current WG-Draft version is built automatically from the main branch and can

### Building the HTML

The easiest way to build the HTML is to use the [`danielfett/markdown2rfc`](https://hub.docker.com/r/danielfett/markdown2rfc) docker image. For example, to build the `1.1` version of the spec, do the following:

**bash / zsh / sh**

```
cd 1.1
docker run -v `pwd`:/data danielfett/markdown2rfc openid-4-verifiable-presentations-1_1.md
```

**fish**

```
cd 1.1
docker run -v (pwd):/data danielfett/markdown2rfc openid-4-verifiable-presentations-1_1.md
```

### Conformance tests

Conformance tests are available for testing whether both Wallets and
Expand Down