Add README.md

This commit is contained in:
Markus Thielker 2025-05-28 13:27:31 +00:00
parent 308f628d4c
commit 1f9126ff4a

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# Apache HOP
This repository contains a minimal compose setup for testing purposes.
``` bash
# clone repository
git clone https://git.thielker.dev/markus/apache-hop
# navigate to source code
cd apache-hop
# start services
podman compose up -d
```