From 7296ac3d220e5b877641df9a09a6040c91d24c99 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 7 Mar 2024 19:14:03 +0100 Subject: tidy up again --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9db1b5a..96764d1 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Please read first the reference page on this matter: 3. Import the public key used to sign the archive: ```sh - gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7 + gpg --keyserver hkps://keys.openpgp.org --recv 1773E9248085C8C7 ``` 4. Clone this git repository and fetch the binaries: @@ -91,8 +91,13 @@ Please read first the reference page on this matter: ``` 5. TeX Live can be installed as root or as a normal user. Make a - decision, then proceed with the installation, as per the - instructions displayed on the terminal. + decision, then do: + + ```sh + cd .. + ``` + and proceed with the installation, as per the instructions + displayed on the terminal. 6. Post-install actions. (What follows assumes that the installation has been performed as root. Adapt.) At the end of the @@ -101,6 +106,7 @@ Please read first the reference page on this matter: 1. Edit root's `.profile` file and add the path to the binaries, like so (replace here and below `` with the actual year): + ```sh # insert this line: TLBIN=/usr/local/texlive//bin/custom @@ -113,6 +119,7 @@ Please read first the reference page on this matter: 2. Edit `/etc/man.conf` (copy `/etc/examples/man.conf` to `/etc` if this file doesn't exist) and add the manpath to TL man files, like so: + ``` manpath /usr/share/man manpath /usr/X11R6/man @@ -122,6 +129,7 @@ Please read first the reference page on this matter: 3. Symlink `texlive-fontconfig.conf` file to `/etc/fonts/conf.d/09-texlive.conf` and update the font cache: + ```sh cd /etc/fonts/conf.d ln -sf /usr/local/texlive//texmf-var/fonts/conf/texlive-fontconfig.conf 09-texlive.conf -- cgit v1.2.3