From 452dafa328ae989e62602c2f472584293dab98cf Mon Sep 17 00:00:00 2001 From: Bruno M V Souza Date: Sat, 6 Oct 2018 13:46:54 +0200 Subject: [PATCH] Fix development instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7c2991..288c595 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ See the [godoc](https://godoc.org/go.bmvs.io/ynab) to see all the available meth ## Development -- Install dependencies with [`dep`](https://github.com/golang/dep) +- Make sure you have Go 1.11 or later installed +- Make sure you have exported `GO111MODULE=on` in your environment to be able do handle dependencies - Run tests with `go test -race ./...` ## License