From c7a630b4c32be55663d86aa66942ee896d829c17 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 31 Jul 2023 05:06:34 +0300 Subject: [PATCH] README : add info about installing missing dependencies. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d172847..22f4365 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,7 @@ $ rm install-tl-unx.tar.gz $ cd ./install-tl-* $ ./install-tl ``` + +### Installing missing dependencies. +When trying to build the project, lualatex may throw missing dependencies errors. +To install them use `$ tlmgr install $dependency`.