From 7179f36e5f7c3f7a3148049877306a138bc603ff Mon Sep 17 00:00:00 2001 From: Dan Loewenherz Date: Sun, 12 Apr 2020 16:10:46 -0500 Subject: [PATCH] ensure GO111MODULE is set to on prior to installing This closes #291. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a51d341..2688c20 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ You can download one of the pre-built binaries for **go-jira** [here](https://gi ### Build -You can build and install the official repository with [Go](https://golang.org/dl/): +You can build and install the official repository with [Go](https://golang.org/dl/) (before running the below command, ensure you have `GO111MODULE=on` set in your environment): go get github.com/go-jira/jira/cmd/jira This will checkout this repository into `$GOPATH/src/github.com/go-jira/jira/`, build, and install it. -It should then be available in $GOPATH/bin/jira +It should then be available in $GOPATH/bin/jira. ## Usage