From a917393435a6d877994264065bc713e35c061973 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Wed, 6 Dec 2023 22:52:34 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ac7cc74..318c5848 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p ... Note that dependencies have to be pulled manually and almost all scripts depend on `src/setup.sh` which in turn depends on `src/utility/source-once.sh` and this one depends on `src/utility/log.sh`. Many of the scripts depend on further scripts located in `src/utility`. -Therefore, for simplicity reasons, we recommend you pull `src/setup.sh` all files of `src/utility` in addition: +Therefore, for simplicity reasons, we recommend you pull `src/setup.sh` and all files in `src/utility` in addition: ``` export TEGONAL_SCRIPTS_VERSION="v1.2.1"