From 149737d0f84238e566e3af78a999b10c9495b96b Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Mon, 19 Feb 2024 13:45:48 +0530 Subject: [PATCH] Update README.md instruction to use OCaml 5.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a7319..4e5ec9c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ More example programs are available [here](https://github.com/ocaml-multicore/do You can install this library using `OPAM`. ```bash -$ opam switch create 5.0.0+trunk --repo=default,alpha=git+https://github.com/kit-ty-kate/opam-alpha-repository.git +$ opam switch create 5.1.0 $ opam install domainslib ```