Skip to content

Commit

Permalink
Updating fakespans installation instructions (#24)
Browse files Browse the repository at this point in the history
* Updating fakespans installation instructions

* Update README.md
  • Loading branch information
shsethi authored and ayansen committed May 18, 2018
1 parent 3a18874 commit f268b55
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions fakespans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f268b55

Please sign in to comment.