From ce3df40c90cdd96dc54cacf3a16a0b4db8777690 Mon Sep 17 00:00:00 2001 From: Rob O'Dwyer Date: Tue, 9 Feb 2016 23:39:57 -0800 Subject: [PATCH] add section about gvt to README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 854a007..c4d35a1 100644 --- a/README.md +++ b/README.md @@ -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.