From 41e82efd261fef189bd07d6cf355d83b1f4db967 Mon Sep 17 00:00:00 2001 From: LooseTooth Date: Mon, 19 Oct 2020 16:00:36 +0200 Subject: [PATCH] add texlive-full install command --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2486e52..59a76b4 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ Then install the require npm modules and run: The CLSI should then be running at http://localhost:3013. + +**Note:** to install texlive-full on ubuntu: + $ sudo apt install texlive-full Config ------