From fc7ab06358f4a849a9051561699fce002ca4f643 Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 10 Dec 2021 15:05:13 +1100 Subject: [PATCH] Fix broken git command in readme - closes #124 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f652301..06c19e4 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The following instructions will be for PLA v2 when its commited to GIT. Checkbac #### Installation 1. Checkout the code from github ```bash - git checkout https://github.com/leenooks/phpLDAPadmin.git + git clone https://github.com/leenooks/phpLDAPadmin.git ``` 1. Install composer dependencies.