Add environment variable instructions to readme
This commit is contained in:
parent
cd317761c5
commit
cd3d4e7b14
@ -23,6 +23,12 @@ There is a few different ways of getting it:
|
|||||||
### 2. Go
|
### 2. Go
|
||||||
This requires a [Go environment](http://golang.org/doc/install).
|
This requires a [Go environment](http://golang.org/doc/install).
|
||||||
|
|
||||||
|
If running go 1.5 this environment variable is needed, versions <1.5 are not supported:
|
||||||
|
```bash
|
||||||
|
export GO15VENDOREXPERIMENT=1
|
||||||
|
```
|
||||||
|
|
||||||
|
Fetch, compile and run dispatch:
|
||||||
```bash
|
```bash
|
||||||
go get github.com/khlieng/dispatch
|
go get github.com/khlieng/dispatch
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user