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