From 16d89e137bf6829c4c9f18b9dc5cbca20dd6f8ed Mon Sep 17 00:00:00 2001 From: Michael Lohmann Date: Mon, 8 Jan 2024 11:15:11 +0100 Subject: [PATCH] README: clarify the intention of the project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c484f7..c981458 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # What is this? -This is the (WIP) script for creating a `git` challenge. To create a local "playable" copy run `./create_challenge.sh`. The challenge itself is only in the then created folder "challenge" and NOT in this repository. Do NOT look around in this repository unless you want to develop this challenge, because otherwise you will be spoiled with the solutions ;) +This is the (WIP) script for creating an interactive `git` repo that is a completely self-contained `git` tutorial. To create a local "playable" copy run `./create_challenge.sh`. The challenge itself is only in the then created folder "challenge" and NOT in this repository. Do NOT look around in this repository unless you want to develop this challenge, because otherwise you will be spoiled with the solutions ;) ## testing