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