diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d9dd1e --- /dev/null +++ b/README.md @@ -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 +```