aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 113d841..225a999 100644
--- a/README.md
+++ b/README.md
@@ -35,4 +35,22 @@ This meets the requirements under the General Data Protection Regulation [(GDPR)
- Python >= 3.13
- Poetry >= 2.0.1
+### Installation
+
+1. Clone the repository:
+
+```
+git clone --recurse-submodules https://github.com/ajschofield/gdpr-obfuscator.git
+cd gdpr-obfuscator
+```
+
+2. Install dependencies using poetry
+
+```
+# Production
+poetry install
+# Developer (optional)
+poetry install --dev
+```
+
## Usage
git.ajschof.me — hosted by ajschofield — powered by cgit