diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |
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 | ||