qulogic/talkatu

Merged in default (pull request #31)

2019-07-22, Gary Kramlich
a38f8992c4d0
Merged in default (pull request #31)

Fix up the docs to get to 100% coverage

Approved-by: Elliott Sales de Andrade
# Building
Talkatu uses [meson](https://mesonbuild.com) as it's build system.
Meson requires you to build in a directory other than the source directory.
To compile you can use the following commands:
```
meson build
cd build
ninja install
```