aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2024-03-07 17:51:32 +0100
committerRobert Alessi <alessi@robertalessi.net>2024-03-07 17:51:32 +0100
commitc7368631db55693d878f44a9890e5567ac313176 (patch)
treed7dd829001f3c87a87933e6d9fd04d803d5de5ca
parent5aad232293fe7946fc49e3e03d0f495bf9b4d4e6 (diff)
downloadtexlive-openbsd-c7368631db55693d878f44a9890e5567ac313176.tar.gz
README: tidy up
-rw-r--r--README.md4
1 files changed, 0 insertions, 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:
91 91
92 1. Edit root's `.profile` file and add the path to the binaries, 92 1. Edit root's `.profile` file and add the path to the binaries,
93 like so (replace here and below `<yyyy>` with the actual year): 93 like so (replace here and below `<yyyy>` with the actual year):
94
95 ```sh 94 ```sh
96 # insert this line: 95 # insert this line:
97 TLBIN=/usr/local/texlive/<yyyy>/bin/custom 96 TLBIN=/usr/local/texlive/<yyyy>/bin/custom
98 # modify this line like so: 97 # modify this line like so:
99 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:$TLBIN:/usr/local/sbin:/usr/local/bin 98 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:$TLBIN:/usr/local/sbin:/usr/local/bin
100 ``` 99 ```
101
102 Make sure to insert `$TLBIN` *before* `/usr/local/bin`. Then do 100 Make sure to insert `$TLBIN` *before* `/usr/local/bin`. Then do
103 the same in other users' `.profile` files. 101 the same in other users' `.profile` files.
104 102
105 2. Edit `/etc/man.conf` (copy `/etc/examples/man.conf` to `/etc` if 103 2. Edit `/etc/man.conf` (copy `/etc/examples/man.conf` to `/etc` if
106 this file doesn't exist) and add the manpath to TL man files, 104 this file doesn't exist) and add the manpath to TL man files,
107 like so: 105 like so:
108
109 ``` 106 ```
110 manpath /usr/share/man 107 manpath /usr/share/man
111 manpath /usr/X11R6/man 108 manpath /usr/X11R6/man
@@ -115,7 +112,6 @@ Please read first the reference page on this matter:
115 112
116 3. Symlink `texlive-fontconfig.conf` file to 113 3. Symlink `texlive-fontconfig.conf` file to
117 `/etc/fonts/conf.d/09-texlive.conf` and update the font cache: 114 `/etc/fonts/conf.d/09-texlive.conf` and update the font cache:
118
119 ```sh 115 ```sh
120 cd /etc/fonts/conf.d 116 cd /etc/fonts/conf.d
121 ln -sf /usr/local/texlive/<yyyy>/texmf-var/fonts/conf/texlive-fontconfig.conf 09-texlive.conf 117 ln -sf /usr/local/texlive/<yyyy>/texmf-var/fonts/conf/texlive-fontconfig.conf 09-texlive.conf