From f268b556af3ab06dd7b7554522d0fd03ad835fb2 Mon Sep 17 00:00:00 2001 From: Shubham Sethi Date: Fri, 18 May 2018 21:32:57 +0530 Subject: [PATCH] Updating fakespans installation instructions (#24) * Updating fakespans installation instructions * Update README.md --- fakespans/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/fakespans/README.md b/fakespans/README.md index e49ad8d..db2bec1 100644 --- a/fakespans/README.md +++ b/fakespans/README.md @@ -8,14 +8,13 @@ Run the following commands on your terminal to start using `fakespans`. You will need to have the Go language installed in order to run `fakespans`. ```shell -export $GOPATH=location where you want your go binaries (should end in /bin) -export $GOBIN=$GOPATH -go get github.com/Shopify/sarama -go get github.com/codeskyblue/go-uuid -go get github.com/golang/protobuf/proto -cd fakespans +export GOPATH= location where you want your go binaries (should end in /bin) +export GOBIN= your GOPATH + `/bin` +cd fakespans/ +go get go install -$GOPATH/fakespans +cd $GOBIN +./fakespans ``` ## fakespans command line options