From e8b06ccfdfd316fc4f582c817c33088476a26526 Mon Sep 17 00:00:00 2001 From: Brian McCullough Date: Mon, 9 Sep 2024 00:24:48 +0200 Subject: [PATCH] Changed order. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f970740..3cb8b82 100644 --- a/README.md +++ b/README.md @@ -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. -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. 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: ``git clone https://code.cacert.org/cacert/oidc-registration-php.git``