summaryrefslogtreecommitdiff
path: root/example/README.md
blob: 1936c99aaf0fa7c2c615567ee54525840d95450b (plain)
1
2
3
4
5
6
7
8
9
10
# Example

To run this example:

* Execute `./auto dev` from the root of the project directory to enter the development environment
* Execute `cd example`
* Execute `make`
* This process will build a binary called example in the current working directory. Execute `./example` to execute the
  example.
* In another shell, execute `curl http://0.0.0.0:8000/metrics`