From 131ee0b100f0fdf7c460dbc266acd9cac2e0008a Mon Sep 17 00:00:00 2001 From: Brian McCullough Date: Mon, 9 Sep 2024 00:22:30 +0200 Subject: [PATCH] Updated README to give beginning procedure. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c3ed9ea..f970740 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,15 @@ Most of the instructions are in INSTALL.txt, but this will give you a few instru 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. + +Once that is accomplished, change into that [WorkdingDirectory] and: + +``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. +