diff options
author | Robert Alessi <alessi@robertalessi.net> | 2024-03-22 18:23:44 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2024-03-22 18:26:45 +0100 |
commit | 6dd52eff97552515aee23bd6604d665e7ad75d7a (patch) | |
tree | 493863173aa500ccc44cc175a12b0c7ee28b1bde | |
parent | 2f2b1c9914e0c5f0cba7af1889820ef6eace5732 (diff) | |
download | texlive-openbsd-6dd52eff97552515aee23bd6604d665e7ad75d7a.tar.gz |
a missing word
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -205,12 +205,13 @@ page](https://tug.org/texlive/pkginstall.html) or in the [full `tlmgr` | |||
205 | documentation](https://tug.org/texlive/doc/tlmgr.html). | 205 | documentation](https://tug.org/texlive/doc/tlmgr.html). |
206 | 206 | ||
207 | A number of scripts that are shipped within TeX Live are found in the | 207 | A number of scripts that are shipped within TeX Live are found in the |
208 | `texmf-dist/scripts/`. Most of them can be invoked by users from | 208 | `texmf-dist/scripts/` directory. Most of them can be invoked by users |
209 | symlinks installed along with the usual TeX Live binaries. | 209 | from symlinks installed along with the usual TeX Live binaries. As |
210 | As OpenBSD is not officially supported by TeX Live, it is important to | 210 | OpenBSD is not officially supported by TeX Live, it is important to |
211 | note that `tlmgr update --all` *does not update these links,* | 211 | note that `tlmgr update --all` *does not update these links,* |
212 | especially in the case of scripts that come with new packages. To | 212 | especially in the case of scripts that come with new packages. To |
213 | update all existing links and install new links after using `tlmgr`, do: | 213 | update all existing links and install new links after using `tlmgr`, |
214 | do: | ||
214 | 215 | ||
215 | ```sh | 216 | ```sh |
216 | mktexobsdsymlinks | 217 | mktexobsdsymlinks |