Skip to content

Commit

Permalink
docs: fix go mod download command (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravsii authored Feb 1, 2025
1 parent 2becc15 commit c644c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Read our [Code of Conduct](https://github.com/vektra/mockery/blob/master/CODE_OF

## Local development setup

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.
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.

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

Expand Down

0 comments on commit c644c45

Please sign in to comment.