mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
fix #36, build instructions needed updating
This commit is contained in:
@@ -69,25 +69,13 @@ You can download one of the pre-built binaries for **go-jira** [here](https://gi
|
|||||||
|
|
||||||
* **NOTE** You will need **`go-1.4.1`** minimum
|
* **NOTE** You will need **`go-1.4.1`** minimum
|
||||||
|
|
||||||
* If you do not have a **GOPATH** setup, these are simple build steps:
|
* To build the `jira` binary the current directory just run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:Netflix-Skunkworks/go-jira.git
|
make
|
||||||
cd go-jira
|
|
||||||
export GOPATH=$(pwd)
|
|
||||||
export GOBIN=$GOPATH/bin
|
|
||||||
export PATH=$GOBIN:$PATH
|
|
||||||
cd src/github.com/Netflix-Skunkworks/go-jira
|
|
||||||
go get -v
|
|
||||||
```
|
```
|
||||||
|
* To install the binary to you ~/bin directory you can run:
|
||||||
* If you do have a **GOPATH** setup, these are the standard steps to build:
|
```bash
|
||||||
|
make install
|
||||||
```
|
|
||||||
cd $GOPATH
|
|
||||||
git clone git@github.com:Netflix-Skunkworks/go-jira.git src/github.com/Netflix-Skunkworks/go-jira
|
|
||||||
cd src/github.com/Netflix-Skunkworks/go-jira/jira
|
|
||||||
go get -v
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user