Skip to content

Commit cdfc977

Browse files
authored
Merge pull request #292 from ajoga/git-shallow
Suggest shallow git clone for regular usage
2 parents 929fefa + ac388a8 commit cdfc977

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
@@ -45,7 +45,7 @@ include ::tfenv
4545
1. Check out tfenv into any path (here is `${HOME}/.tfenv`)
4646

4747
```console
48-
$ git clone https://github.com/tfutils/tfenv.git ~/.tfenv
48+
$ git clone --depth=1 https://github.com/tfutils/tfenv.git ~/.tfenv
4949
```
5050

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

0 commit comments

Comments
 (0)