Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll authored Dec 6, 2023
1 parent 64e7af2 commit a917393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a917393

Please sign in to comment.