From 44ca8e7fce44c8ab45ea2e497976d9e22de6ff80 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 22 Sep 2024 17:50:46 +0000 Subject: [PATCH] Added hint for accuracy --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 6aaeabe..c0e0f2c 100644 --- a/example/README.md +++ b/example/README.md @@ -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 (but make sure that the git root is exactly in 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!