Merge pull request #207 from jagare/examples_readme

Run instructions in examples README
This commit is contained in:
Chris Allen 2017-08-10 13:28:24 -05:00 committed by GitHub
commit 4aea5020e3

View File

@ -1,3 +1,6 @@
# Bloodhound Examples
These examples can be build via `stack build`.
These examples can be built via `stack build`.
To run them start an ElasticSearch 5.x server at `localhost:9200`
Run with `stack exec tweet-example`