From 454669d9480f939e78a5e584c275184beddbd849 Mon Sep 17 00:00:00 2001 From: Kah Goh Date: Sun, 2 Nov 2025 07:49:48 +0800 Subject: [PATCH] Update docs for OCaml 5.4 This is to reflect the update to the test runner in exercism/ocaml-test-runner#68. --- README.md | 2 +- docs/INSTALLATION.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45c096b44..32ad37f92 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ notes contain a few details specific to Ocaml. **Prerequisites** -- OCaml `5.1` +- OCaml `5.4` - opam - make diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index 93c8df4ad..bf06430d9 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -18,7 +18,7 @@ To work on the exercises, you will need these pieces of software: If you already have a switch for OCaml 5.1, either load that by running `opam switch `, or create a new switch by running: ```bash - opam switch create exercism 5.1.1 + opam switch create exercism 5.4.0 ``` The name `exercism` here is optional, but naming your switches is a good practice.