Update example/README.md

This commit is contained in:
BlueFox 2024-09-22 17:38:28 +00:00
parent e08fd1a2e7
commit d093524864

View File

@ -7,6 +7,6 @@ This demonstrates the basic functionality of the git-puller image.
First, build the image. Therefore, see section Building in the projects root README.md.
Second, our git-puller needs some git repository to keep up-to-date. So just clone any git repository into the to-pull folder and see what happens when you run it.
Second, our git-puller needs some git repository to keep up-to-date. So just clone any git repository into the `to-pull` folder and see what happens when you run it.
How to run it? Just use `docker compose up -d` in this folder!