Skip to content

Commit 1dd9030

Browse files
committed
mention that one can also fetch files without -t
1 parent 6076de2 commit 1dd9030

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,12 @@ Following the commands you need to execute to set up tegonal scripts via [gt](ht
4848
gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts
4949
````
5050

51-
Now you can pull the scripts you want via:
51+
Now you can pull the scripts you want in the latest version via:
52+
```bash
53+
gt pull -r tegonal-scripts -p ...
54+
````
5255
56+
Or specify a version via `-t` as follows:
5357
```bash
5458
export TEGONAL_SCRIPTS_VERSION="v4.4.3"
5559
gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p ...

0 commit comments

Comments
 (0)