From c7368631db55693d878f44a9890e5567ac313176 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 7 Mar 2024 17:51:32 +0100 Subject: README: tidy up --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index ba8ad06..1cbf400 100644 --- a/README.md +++ b/README.md @@ -91,21 +91,18 @@ 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 # modify this line like so: PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:$TLBIN:/usr/local/sbin:/usr/local/bin ``` - Make sure to insert `$TLBIN` *before* `/usr/local/bin`. Then do the same in other users' `.profile` files. 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 @@ -115,7 +112,6 @@ 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