We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6d319 commit 6109a77Copy full SHA for 6109a77
docs/file-scrapers.md
@@ -127,9 +127,8 @@ https://ocaml.org/releases/4.11/ocaml-4.11-refman-html.tar.gz
127
and extract it as `/path/to/devdocs/docs/ocaml`:
128
129
```sh
130
-cd /path/to/devdocs/docs
131
-wget https://ocaml.org/releases/4.11/ocaml-4.11-refman-html.tar.gz
132
-tar xf ocaml-4.10-refman-html.tar.gz --transform 's/htmlman/ocaml/'
+curl https://ocaml.org/releases/$VERSION/ocaml-$VERSION-refman-html.tar.gz | \
+tar xz --transform 's/htmlman/ocaml/' --directory docs/
133
```
134
135
## OpenJDK
0 commit comments