9 lines
207 B
Markdown
9 lines
207 B
Markdown
# CAcert OpenID connect parent project
|
|
|
|
## Clone the repository
|
|
|
|
```
|
|
git clone --recurse-submodules https://git.cacert.org/cacert-oidc-parent.git
|
|
cd cacert-oidc-parent
|
|
git config submodules.recurse true
|
|
```
|