add section about gvt to README.md
This commit is contained in:
parent
179e9502b0
commit
ce3df40c90
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -36,6 +36,17 @@ Get the package source:
|
||||||
|
|
||||||
$ go get github.com/harlow/kinesis-connectors
|
$ go get github.com/harlow/kinesis-connectors
|
||||||
|
|
||||||
|
### Fetching Dependencies
|
||||||
|
|
||||||
|
Install `gvt`:
|
||||||
|
|
||||||
|
$ export GO15VENDOREXPERIMENT=1
|
||||||
|
$ go get github.com/FiloSottile/gvt
|
||||||
|
|
||||||
|
Install dependencies into `./vendor/`:
|
||||||
|
|
||||||
|
$ gvt restore
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
Use the [seed stream](https://github.com/harlow/kinesis-connectors/tree/master/examples/seed) code to put sample data onto the stream.
|
Use the [seed stream](https://github.com/harlow/kinesis-connectors/tree/master/examples/seed) code to put sample data onto the stream.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue