Quick and dirty initial commit to share progress

This commit is contained in:
2023-10-21 14:52:16 +02:00
commit a741aa6ff0
10 changed files with 480 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
Quick & dirty commit of current progress to share with others.
```
python -m venv venv
source venv/bin/activate
pip install --editable .[dev]
d2dump /path/to/stash.d2i
```