From d84788620fa3fedba355954147316da337b2d8b9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 6 Dec 2021 22:16:52 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb0dbb8..b8247c9 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,15 @@ LaTeX class for making photo books. To build the documentation use: - $ make doc +```shell +$ make doc +``` To install to the user context: - $ make install +```shell +$ make install +``` For more info on `make` targets see the: ./Makefile