Skip to content

Commit

Permalink
Simplify go get instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
barnybug committed Sep 13, 2016
1 parent 1e5836b commit d3f2a3a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,12 @@ For more information, see: http://blogs.aws.amazon.com/security/post/Tx3D6U6WSFG

## Building from source

To build yourself from source (you will need golang 1.5 installed):
To build yourself from source (you will need golang >= 1.5 installed):

$ export GO15VENDOREXPERIMENT=1
$ go get github.com/barnybug/cli53
$ cd $GOPATH/src/github.com/barnybug/cli53
$ make install
$ go get github.com/barnybug/cli53/cmd/cli53

This will produce a binary `cli53` in `~/go/bin`, after this follow the steps as above.
This will produce a binary `cli53` in `$GOPATH/bin`, after this follow the steps as above.

## Getting Started

Expand Down

0 comments on commit d3f2a3a

Please sign in to comment.