Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-12-06 22:16:52 +03:00
parent 98f207b4e3
commit d84788620f

View File

@ -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