diff options
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> |