aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2024-03-07 19:14:03 +0100
committerRobert Alessi <alessi@robertalessi.net>2024-03-07 19:14:03 +0100
commit7296ac3d220e5b877641df9a09a6040c91d24c99 (patch)
tree8752571ebcc10442446b837b1b73e606d42d6572
parent35fe1c2e05686b766f4b4bac1ed8faac0a022e6b (diff)
downloadtexlive-openbsd-7296ac3d220e5b877641df9a09a6040c91d24c99.tar.gz
tidy up again
-rw-r--r--README.md14
1 files 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:
733. Import the public key used to sign the archive: 733. Import the public key used to sign the archive:
74 74
75 ```sh 75 ```sh
76 gpg --keyserver pgp.mit.edu --recv 1773E9248085C8C7 76 gpg --keyserver hkps://keys.openpgp.org --recv 1773E9248085C8C7
77 ``` 77 ```
78 78
794. Clone this git repository and fetch the binaries: 794. Clone this git repository and fetch the binaries:
@@ -91,8 +91,13 @@ Please read first the reference page on this matter:
91 ``` 91 ```
92 92
935. TeX Live can be installed as root or as a normal user. Make a 935. TeX Live can be installed as root or as a normal user. Make a
94 decision, then proceed with the installation, as per the 94 decision, then do:
95 instructions displayed on the terminal. 95
96 ```sh
97 cd ..
98 ```
99 and proceed with the installation, as per the instructions
100 displayed on the terminal.
96 101
976. Post-install actions. (What follows assumes that the installation 1026. Post-install actions. (What follows assumes that the installation
98 has been performed as root. Adapt.) At the end of the 103 has been performed as root. Adapt.) At the end of the
@@ -101,6 +106,7 @@ Please read first the reference page on this matter:
101 106
102 1. Edit root's `.profile` file and add the path to the binaries, 107 1. Edit root's `.profile` file and add the path to the binaries,
103 like so (replace here and below `<yyyy>` with the actual year): 108 like so (replace here and below `<yyyy>` with the actual year):
109
104 ```sh 110 ```sh
105 # insert this line: 111 # insert this line:
106 TLBIN=/usr/local/texlive/<yyyy>/bin/custom 112 TLBIN=/usr/local/texlive/<yyyy>/bin/custom
@@ -113,6 +119,7 @@ Please read first the reference page on this matter:
113 2. Edit `/etc/man.conf` (copy `/etc/examples/man.conf` to `/etc` if 119 2. Edit `/etc/man.conf` (copy `/etc/examples/man.conf` to `/etc` if
114 this file doesn't exist) and add the manpath to TL man files, 120 this file doesn't exist) and add the manpath to TL man files,
115 like so: 121 like so:
122
116 ``` 123 ```
117 manpath /usr/share/man 124 manpath /usr/share/man
118 manpath /usr/X11R6/man 125 manpath /usr/X11R6/man
@@ -122,6 +129,7 @@ Please read first the reference page on this matter:
122 129
123 3. Symlink `texlive-fontconfig.conf` file to 130 3. Symlink `texlive-fontconfig.conf` file to
124 `/etc/fonts/conf.d/09-texlive.conf` and update the font cache: 131 `/etc/fonts/conf.d/09-texlive.conf` and update the font cache:
132
125 ```sh 133 ```sh
126 cd /etc/fonts/conf.d 134 cd /etc/fonts/conf.d
127 ln -sf /usr/local/texlive/<yyyy>/texmf-var/fonts/conf/texlive-fontconfig.conf 09-texlive.conf 135 ln -sf /usr/local/texlive/<yyyy>/texmf-var/fonts/conf/texlive-fontconfig.conf 09-texlive.conf