oidc-parent/README.md

11 lines
272 B
Markdown
Raw Normal View History

# CAcert OpenID connect parent project
## Clone the repository
```
git clone --recurse-submodules https://git.cacert.org/cacert-oidc-parent.git
cd cacert-oidc-parent
2021-10-24 12:39:05 +00:00
# cause pull, fetch and other git commands to consider submodules
git config submodule.recurse true
```