diff options
Diffstat (limited to '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) |
