From 2badf07a0ec542da088621e2aaa1ab3822370682 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 30 Mar 2023 17:19:18 +0300 Subject: [PATCH] added book example README (not done yet) Signed-off-by: Alex A. Naanou --- examples/book/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 examples/book/README.md diff --git a/examples/book/README.md b/examples/book/README.md new file mode 100644 index 0000000..71f710c --- /dev/null +++ b/examples/book/README.md @@ -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 + + +