aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 886106f..f4c5362 100644
--- a/README.md
+++ b/README.md
@@ -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 - 102zcat < 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> 108cd install-tl-<yyyymmdd>
109 ``` 109```
110 110
1113. Import the public key used to sign the archive: 1113. Import the public key used to sign the archive:
112 112