aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2025-02-10 16:10:28 +0100
committerRobert Alessi <alessi@robertalessi.net>2025-02-10 16:10:28 +0100
commite4c65bf3ee72b8de11fba29b9acae4d1f1a2d375 (patch)
tree7eb3e90a2b61c4df1a733628f86fd1b05faecb37
parentd48d7a4fabf4e6bf7c3f3b0f233bd2bd9bdf0a4c (diff)
downloadtexlive-openbsd-e4c65bf3ee72b8de11fba29b9acae4d1f1a2d375.tar.gz
typo
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index f4c5362..6ba458c 100644
--- a/README.md
+++ b/README.md
@@ -98,15 +98,15 @@ Please read first the reference page on this matter:
98 98
99 - do: 99 - do:
100 100
101```sh 101 ```sh
102zcat < 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
108cd install-tl-<yyyymmdd> 108 cd 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