diff options
author | Robert Alessi <alessi@robertalessi.net> | 2025-02-10 16:07:40 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2025-02-10 16:07:40 +0100 |
commit | d48d7a4fabf4e6bf7c3f3b0f233bd2bd9bdf0a4c (patch) | |
tree | d93da135add4dc695c7cd543baf276accc1b84c2 /README.md | |
parent | 892914a2770808252b0c15d099f1dd537aff3645 (diff) | |
download | texlive-openbsd-d48d7a4fabf4e6bf7c3f3b0f233bd2bd9bdf0a4c.tar.gz |
typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -96,17 +96,17 @@ 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> |
109 | ``` | 109 | ``` |
110 | 110 | ||
111 | 3. Import the public key used to sign the archive: | 111 | 3. Import the public key used to sign the archive: |
112 | 112 | ||