From a8b0b32f1f362bcc32af9c7a66c709b4e8f9b933 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Mon, 9 Sep 2024 16:07:01 +0200 Subject: [PATCH] Update the README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e40174357..08bb3686f 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,13 @@ You need to install OCaml, together with some packages. We suggest you to follow those [instructions](https://ocaml.org/docs/install.html), and install OPAM on the way (same instructions). -We use **OCaml 4.13.1**: `opam switch create 4.13.1+options` +Any recent version of **OCaml 4** should do. For instance, if you want to use OCaml +4.14.2: +``` +opam switch create 4.14.2 +``` -The dependencies can then be installed with the following command: +You can then install the dependencies with the following command: ``` opam install ppx_deriving visitors easy_logging zarith yojson core_unix odoc \