Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 1839dc1

Browse files
authored
Update README to require Ocaml 4.08 (#378)
1 parent 9c0aaec commit 1839dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The text format defines modules in S-expression syntax. Moreover, it is generali
1515

1616
## Building
1717

18-
You'll need OCaml 4.07 or higher. Instructions for installing a recent version of OCaml on multiple platforms are available [here](https://ocaml.org/docs/install.html). On most platforms, the recommended way is through [OPAM](https://ocaml.org/docs/install.html#OPAM).
18+
You'll need OCaml 4.08 or higher. Instructions for installing a recent version of OCaml on multiple platforms are available [here](https://ocaml.org/docs/install.html). On most platforms, the recommended way is through [OPAM](https://ocaml.org/docs/install.html#OPAM).
1919

2020
Once you have OCaml, simply do
2121

0 commit comments

Comments
 (0)