talkatu/talkatu

459fa08eb5bd
README: Remove CI section and add issues badge

Remove CI section from the README since TeamCity is not ready to be public and also add a YouTrack badge that links to the issues for Talkatu

Reviewed at https://reviews.imfreedom.org/r/158/
# 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
```