Fix repository URL for code.cacert.org
This commit is contained in:
parent
e801d32a58
commit
6f98e9f509
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
## Clone the repository
|
||||
|
||||
```
|
||||
git clone --recurse-submodules https://git.cacert.org/cacert-oidc-parent.git
|
||||
cd cacert-oidc-parent
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue