Edit text

This commit is contained in:
Brian Mc Cullough 2024-09-09 00:33:13 +02:00
parent e8b06ccfdf
commit 7330db6884

View file

@ -12,8 +12,10 @@ Start by creating a working directory to work in. I will refer to this as [Work
Once that is accomplished, change into that [WorkdingDirectory] and: Once that is accomplished, change into that [WorkdingDirectory] and:
``git clone https://code.cacert.org/cacert/oidc-registration-php.git`` ```
``cd oidc-registration-php`` git clone https://code.cacert.org/cacert/oidc-registration-php.git
cd oidc-registration-php
```
Once there, you can open the INSTALL.txt file and follow those instructions. Once there, you can open the INSTALL.txt file and follow those instructions.