From b590417288a3eac82d16c8f4b5eb96d93b2a05f0 Mon Sep 17 00:00:00 2001 From: David Pinheiro Date: Mon, 20 May 2019 10:12:53 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db9fd84..e2d873c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For more information about usage, examples and specific use cases, please visit ### Build and Install from Source * [Go 1.12.5+](https://golang.org/dl/) is required -* Mole uses [Go Modules](https://blog.golang.org/using-go-modules) to manage its dependencies +* Mole uses [Go Modules](https://blog.golang.org/using-go-modules) to manage its dependencies, so remember to clone the project outside `GOPATH` and unset it. ```sh $ go build github.com/davrodpin/mole/cmd/mole