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
|
## Clone the repository
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone --recurse-submodules https://git.cacert.org/cacert-oidc-parent.git
|
git clone --recurse-submodules https://code.cacert.org/cacert/oidc-parent.git
|
||||||
cd cacert-oidc-parent
|
cd oidc-parent
|
||||||
# cause pull, fetch and other git commands to consider submodules
|
# cause pull, fetch and other git commands to consider submodules
|
||||||
git config submodule.recurse true
|
git config submodule.recurse true
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue