diff options
author | Robert Alessi <alessi@robertalessi.net> | 2025-02-11 16:14:12 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2025-02-11 16:14:12 +0100 |
commit | 7fea514b25942d985365718879ac221777cd1a3b (patch) | |
tree | 8ce85c8bd098de4a0924e124b7c4ba6896e40ea3 /README.md | |
parent | aa738f3c1d071735ad69c70339e2b8d61bc894f1 (diff) | |
download | texlive-openbsd-7fea514b25942d985365718879ac221777cd1a3b.tar.gz |
a missing item in the toc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ TeX Live for *Open*BSD | |||
3 | 3 | ||
4 | Contents | 4 | Contents |
5 | -------- | 5 | -------- |
6 | - [Current Release](#2025-release-pretest) | 6 | - [Current Release](#2025-release-pretest) / [Archives](#archives) |
7 | - [Running TeX Live in OpenBSD](#running-tex-live-in-openbsd) | 7 | - [Running TeX Live in OpenBSD](#running-tex-live-in-openbsd) |
8 | - [TeX Live for OpenBSD at Utah](#tex-live-for-openbsd-at-utah) | 8 | - [TeX Live for OpenBSD at Utah](#tex-live-for-openbsd-at-utah) |
9 | - [Installing TeX Live on OpenBSD With Ready-to-Use Binaries](#installing-tex-live-on-openbsd-with-ready-to-use-binaries) | 9 | - [Installing TeX Live on OpenBSD With Ready-to-Use Binaries](#installing-tex-live-on-openbsd-with-ready-to-use-binaries) |
@@ -96,13 +96,13 @@ Please read first the reference page on this matter: | |||
96 | > and March 8 2025, the TeX Live installer must be retrieved from [one | 96 | > and March 8 2025, the TeX Live installer must be retrieved from [one |
97 | > of these hosts](https://tug.org/texlive/mirmon). | 97 | > of these hosts](https://tug.org/texlive/mirmon). |
98 | 98 | ||
99 | - do: | 99 | - do: |
100 | 100 | ||
101 | ```sh | 101 | ```sh |
102 | zcat < install-tl-unx.tar.gz | tar xf - | 102 | zcat < install-tl-unx.tar.gz | tar xf - |
103 | ``` | 103 | ``` |
104 | 104 | ||
105 | - do: (Replace <yyyymmdd> with the actual date.) | 105 | - do: (Replace <yyyymmdd> with the actual date.) |
106 | 106 | ||
107 | ```sh | 107 | ```sh |
108 | cd install-tl-<yyyymmdd> | 108 | cd install-tl-<yyyymmdd> |