From ea702ad2aed9c0902d448c1446053778244ee965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Zanotti?= <74741715+niccolozanotti@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:21:19 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4ca79fa..776b2b4 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,19 @@ For more infos check out the documentation of UseLATEX [here](https://gitlab.kit ## Quick start -To quickly build the `.tex` files into the relative pdf run +One way to quickly compile the `.tex` files into the relative `.pdf` is run ```shell mkdir build cd build cmake .. -make cv # other targets: resume, coverletter +make target-name # main targets: cv, resume, coverletter ``` -The `target-name.pdf` file will be located in the `build/` directory. +The `target-name.pdf` file will then be located in the `build/` directory. ### UseLatex module update -If any change in the upstream Cmake module [UseLatex.cmake](UseLATEX.cmake) is detected(the Github [Action](.github/workflows/update-cmake-module.yml) -runs monthly[^1]) a new Pull Request will be opened. +If any change in the upstream Cmake module [UseLatex.cmake](UseLATEX.cmake) is detected (the Github [Action](.github/workflows/update-cmake-module.yml) +runs monthly[^1]) a new Pull Request will be opened to integrate the changes. ## License