oparl-service/README.md

12 lines
265 B
Markdown

# OParl Service
## Git
The repository of the OParl service is located under https://git.2martens.de/2martens/oparl-service.git
It is partially encrypted with git-crypt and has to be decrypted first:
```bash
git-crypt unlock %USERPROFILE%/.my-git-crypt-key
```