10 lines
266 B
Markdown
10 lines
266 B
Markdown
# CAcert OpenID connect parent project
|
|
|
|
## Clone the repository
|
|
|
|
```
|
|
git clone --recurse-submodules https://code.cacert.org/cacert/oidc-parent.git
|
|
cd oidc-parent
|
|
# cause pull, fetch and other git commands to consider submodules
|
|
git config submodule.recurse true
|
|
```
|