We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459d15b commit ac388a8Copy full SHA for ac388a8
1 file changed
README.md
@@ -43,7 +43,7 @@ include ::tfenv
43
1. Check out tfenv into any path (here is `${HOME}/.tfenv`)
44
45
```console
46
-$ git clone https://github.com/tfutils/tfenv.git ~/.tfenv
+$ git clone --depth=1 https://github.com/tfutils/tfenv.git ~/.tfenv
47
```
48
49
2. Add `~/.tfenv/bin` to your `$PATH` any way you like
0 commit comments