Skip to content

Commit b74c9a7

Browse files
committed
docs: fix go mod download command
1 parent 25182ae commit b74c9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Read our [Code of Conduct](https://github.com/vektra/mockery/blob/master/CODE_OF
66

77
## Local development setup
88

9-
All of the local development tools are go-based and are versioned in our go.mod file. Simply call `go download -x` to initialize and download all of our tooling.
9+
All of the local development tools are go-based and are versioned in our go.mod file. Simply call `go mod download -x` to initialize and download all of our tooling.
1010

1111
This project uses Taskfile, a better alternative to Makefile. Run `task -l` for list of valid targets.
1212

0 commit comments

Comments
 (0)