From d2aa39a4a7b4ac4a9f8357268a4dce72729f15d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Tue, 20 Sep 2022 13:51:34 +0000 Subject: [PATCH] Basic installation --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc5d13f..7c8c97a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # texlive-installation -New texlive installation guide \ No newline at end of file +New texlive installation guide + +# Base installation of texlive + +Non-interactive default installation on anything but Windows: + + 1. cd /tmp # working directory of your choice + 2. wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz + 3. zcat install-tl-unx.tar.gz | tar xf - + 4. cd install-tl-* + 5. sudo perl ./install-tl --scheme=base + 6. Finally, prepend /usr/local/texlive/YYYY/bin/PLATFORM to your PATH, + e.g., export PATH="/usr/local/texlive/2022/bin/aarch64-linux/:$PATH" + +Try to make the installation with symlink \ No newline at end of file