Skip to content

Commit cc35172

Browse files
author
Chris Busbey
committed
README changes for running examples
1 parent 5060a0a commit cc35172

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Next, using [Git](https://git-scm.com/), clone this repository into `$GOPATH/src
2222
$ make
2323
```
2424

25+
Running the Examples
26+
--------------------
27+
28+
Following installation, the examples can be found in `$GOPATH/bin`. The examples are meant to be run in pairs- the TradeClient as a client of either the Executor or OrderMatch. By default, the examples will load the default configurations named after the example apps provided in the `config/` root directory. Eg, running `$GOPATH/bin/tradeclient` will load the `config/tradeclient.cfg` configuration. Each example can be run with a custom configuration as a command line argument (`$GOPATH/bin/tradeclient my_trade_client.cfg`).
29+
2530
Licensing
2631
---------
2732

0 commit comments

Comments
 (0)