From c644c45d06790acd4c17a0394fe59462440acd2d Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 1 Feb 2025 03:55:09 +0300 Subject: [PATCH] docs: fix go mod download command (#908) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91a47803..8049f591 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.