Commit 66792c6
committed
Fix instructions for building docs from release sources
The following instructions do not work because the source code version
of the release create a folder with the version in it.
```console
❯ unzip -l v1.19.3.zip
Archive: v1.19.3.zip
427d21e
Length Date Time Name
--------- ---------- ----- ----
0 11-13-2025 11:33 elixir-1.19.3/
502 11-13-2025 11:33 elixir-1.19.3/.formatter.exs
...
```
So the instructions do not work because it expects a folder named `elixir/`.
Instructions have been updated to work from the Git repo as well as from the
downloaded release source files.1 parent bbf7ad6 commit 66792c6
1 file changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
181 | 183 | | |
182 | 184 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
187 | 188 | | |
188 | | - | |
| 189 | + | |
| 190 | + | |
189 | 191 | | |
190 | | - | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
0 commit comments