From 7330db68849f5c6c6f41aab1c69a43d8ee86d1f0 Mon Sep 17 00:00:00 2001 From: Brian McCullough Date: Mon, 9 Sep 2024 00:33:13 +0200 Subject: [PATCH] Edit text --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cb8b82..96ff082 100644 --- a/README.md +++ b/README.md @@ -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: -``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.