From 6f58a724cfbf88fe12c96fdb4a038e65012a3b88 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Mon, 17 Feb 2025 14:35:37 +0000 Subject: update code block formatting in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 33c3987..5cd4bfb 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ 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 cd gdpr-obfuscator ``` 2. Install dependencies using poetry -``` +```bash # Production poetry install # Developer (optional) -- cgit v1.2.3