Skip to content

Commit c2b814b

Browse files
author
Chris Busbey
committed
readme tweak
1 parent 4cb3b2d commit c2b814b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,11 @@ All examples have been ported from [QuickFIX](http://quickfixengine.org)
1212
Installation
1313
------------
1414

15-
To install QuickFIX/Go examples, use `go get`:
15+
To build and run the examples, you will first need [Go](http://www.golang.org) installed on your machine (version 1.6+ is *required*).
1616

17-
```
18-
go get github.com/quickfixgo/examples
19-
```
17+
For local dev first make sure Go is properly installed, including setting up a [GOPATH](http://golang.org/doc/code.html#GOPATH).
2018

21-
### Staying up to date
22-
23-
To update the examples to the latest version, use `go get -u github.com/quickfixgo/examples`.
19+
Next, using [Git](https://git-scm.com/), clone this repository into `$GOPATH/src/github.com/quickfixgo/examples`. All the necessary dependencies are either vendored, so you just need to type `go build ./cmd/...`. This will compile the example code. If this exits with exit status 0, then everything is working!
2420

2521
Licensing
2622
---------

0 commit comments

Comments
 (0)