Changed order.

This commit is contained in:
Brian Mc Cullough 2024-09-09 00:24:48 +02:00
parent 131ee0b100
commit e8b06ccfdf

View file

@ -4,12 +4,12 @@ The following should help you to create a machine that allows you to register si
Most of the instructions are in INSTALL.txt, but this will give you a few instructions as a bootstrap. Most of the instructions are in INSTALL.txt, but this will give you a few instructions as a bootstrap.
Start by creating a working directory to work in. I will refer to this as [WorkingDirectory].
To install this project, you should start with a machine, whether physical or virtual, based on Debian 12. To install this project, you should start with a machine, whether physical or virtual, based on Debian 12.
You also need to have Git installed in this machine. You also need to have Git installed in this machine.
Start by creating a working directory to work in. I will refer to this as [WorkingDirectory].
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`` ``git clone https://code.cacert.org/cacert/oidc-registration-php.git``