diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-17 14:35:37 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-17 14:35:37 +0000 |
| commit | 6f58a724cfbf88fe12c96fdb4a038e65012a3b88 (patch) | |
| tree | 1cd952d854c70a43a53128745327ecc2a1a4e2cb | |
| parent | 4740873482831a77c253bee3c0b521e09a3059a9 (diff) | |
| download | gdpr-obfuscator-6f58a724cfbf88fe12c96fdb4a038e65012a3b88.tar.gz gdpr-obfuscator-6f58a724cfbf88fe12c96fdb4a038e65012a3b88.zip | |
update code block formatting in README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
