Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ A simple interface description can be found at [test/mp/test/foo.capnp](../test/
A more complete example can be found in [example](../example/) and run with:

```sh
make -C build example
build/example/mpexample
mkdir build
cd build
cmake ..
make mpexamples
example/mpexample
```