diff --git a/examples/book/README.md b/examples/book/README.md index d078e45..9b15607 100644 --- a/examples/book/README.md +++ b/examples/book/README.md @@ -38,10 +38,20 @@ for me, subjectively). Building -------- +To build all components: ```shell $ make all ``` +To build a specific component: +```shell +$ make block.pdf +``` + +`block.pdf` in this case. + + + Structure ---------