mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
committed by
Louis DeLosSantos
parent
a1450e879f
commit
7179f36e5f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user