added some figures to the docs

This commit is contained in:
2019-12-15 09:29:01 -08:00
parent 086b021f26
commit 06d0b2d565
5 changed files with 41 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ though.
Compilation is supposed to be as simple as: (run in project root)
```sh
meson build && cd build && ninja
meson build && (cd build && ninja)
```
If this fails then either fix it yourself or let me know I guess.