diff options
| author | Alex Schofield <git@ajschof.me> | 2025-03-02 23:42:44 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-03-02 23:42:44 +0000 |
| commit | ffd1a2743fae88bbb91df1c71b2ea4ef46b67f19 (patch) | |
| tree | e4db6b8a4f96cfea90e243563ff2db6f4d60d522 /README.md | |
| parent | 376dcaa3c90ac941423770d7adb7d4468ac26b89 (diff) | |
| download | gdpr-obfuscator-ffd1a2743fae88bbb91df1c71b2ea4ef46b67f19.tar.gz gdpr-obfuscator-ffd1a2743fae88bbb91df1c71b2ea4ef46b67f19.zip | |
remove --recurse-submodules from cloning instructions in README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |
