Skip to content

Commit

Permalink
ensure GO111MODULE is set to on prior to installing
Browse files Browse the repository at this point in the history
This closes #291.
  • Loading branch information
dlo authored and ldelossa committed Sep 4, 2020
1 parent a1450e8 commit 7179f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7179f36

Please sign in to comment.