We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6076de2 commit 1dd9030Copy full SHA for 1dd9030
README.md
@@ -48,8 +48,12 @@ Following the commands you need to execute to set up tegonal scripts via [gt](ht
48
gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts
49
````
50
51
-Now you can pull the scripts you want via:
+Now you can pull the scripts you want in the latest version via:
52
+```bash
53
+gt pull -r tegonal-scripts -p ...
54
+````
55
56
+Or specify a version via `-t` as follows:
57
```bash
58
export TEGONAL_SCRIPTS_VERSION="v4.4.3"
59
gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p ...
0 commit comments