add section about gvt to README.md

This commit is contained in:
Rob O'Dwyer 2016-02-09 23:39:57 -08:00
parent 179e9502b0
commit ce3df40c90

View file

@ -36,6 +36,17 @@ Get the package source:
$ 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
Use the [seed stream](https://github.com/harlow/kinesis-connectors/tree/master/examples/seed) code to put sample data onto the stream.