added book example README (not done yet)

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-30 17:19:18 +03:00
parent cf2b95a1d5
commit 2badf07a0e

25
examples/book/README.md Normal file
View File

@ -0,0 +1,25 @@
Full book example
=================
This directory contains a full book example.
Building
--------
```shell
$ make all
```
Workflow
--------
XXX
For information about the build (make-spreads.sh) see: ../../scripts/README.md
<!-- vim:set ts=4 sw=4 nowrap : -->