From 3a0933bcf880d2c5f2371a8634bf325d61c58ada Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Wed, 3 Jan 2024 19:32:10 +1100 Subject: [PATCH] Update opam switch creation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd5df30..3c34f8f 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ Meio uses custom events which will be available in OCaml 5.1. This means current To build Meio locally: ``` -$ opam switch create . 5.1.0~rc1 --no-install +$ opam switch create . 5.1.1 --no-install $ opam install --deps-only . $ dune build ``` -You can install meio with `dune install ./meio.opam` and then run one of the example programs from Meio. +You can install meio with `opam install ./meio.opam` and then run one of the example programs from Meio. ``` $ meio _build/default/example/burn.exe