From 8e9c6e05aef8876936b9588de4617e5b7c8f9ae2 Mon Sep 17 00:00:00 2001 From: Krzysztof Daniel Date: Fri, 2 Oct 2020 22:44:39 +0200 Subject: [PATCH] Fix broken git command in readme git is not svn. You clone, not checkout :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f652301e..06c19e41 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.