Skip to content

Commit 87e272f

Browse files
authored
Merge pull request #21 from github/update-readme-go-install
Update installation instructions in README.md
2 parents d0e8ca3 + 25d2ec4 commit 87e272f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The general usage pattern if vendoring is desired will look something like:
1212
```sh
1313
PATH="$PATH:$GOPATH/bin"
1414
GO111MODULES=off go get github.com/github/depstubber
15+
GO111MODULES=off go install github.com/github/depstubber # Only needed for Go 1.18 and above
1516
go mod tidy # required to generate go.sum
1617
# generate a vendor/module.txt for the go 1.24 vendor consistency check
1718
depstubber -write_module_txt

0 commit comments

Comments
 (0)