From ffd1a2743fae88bbb91df1c71b2ea4ef46b67f19 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Sun, 2 Mar 2025 23:42:44 +0000 Subject: remove --recurse-submodules from cloning instructions in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3f14a6..9ffbdff 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This meets the requirements under the General Data Protection Regulation [(GDPR) 1. Clone the repository: ```bash -git clone --recurse-submodules https://github.com/ajschofield/gdpr-obfuscator.git +git clone https://github.com/ajschofield/gdpr-obfuscator.git cd gdpr-obfuscator ``` -- cgit v1.2.3