You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
272 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
# cause pull, fetch and other git commands to consider submodules
git config submodule.recurse true
```