Skip to content

Commit ac388a8

Browse files
authored
Suggest shallow git clone for regular usage
Avoid copy useless files (download+storage)
1 parent 459d15b commit ac388a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ include ::tfenv
4343
1. Check out tfenv into any path (here is `${HOME}/.tfenv`)
4444

4545
```console
46-
$ git clone https://github.com/tfutils/tfenv.git ~/.tfenv
46+
$ git clone --depth=1 https://github.com/tfutils/tfenv.git ~/.tfenv
4747
```
4848

4949
2. Add `~/.tfenv/bin` to your `$PATH` any way you like

0 commit comments

Comments
 (0)