Skip to content

Commit

Permalink
Ocaml 5.1.0 is required (for ocaml_intrinsics_kernel)
Browse files Browse the repository at this point in the history
  • Loading branch information
capt-hb committed Nov 13, 2024
1 parent 371e13f commit cab9beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ This project use the opam package manager.
Opam
--------------------------------------------------------------------------------
First, your current [opam](https://opam.ocaml.org/doc/Install.html) switch must
use the **ocaml.5.0.0** compiler. To create a new switch you can run the
use the **ocaml.5.1.0** compiler. To create a new switch you can run the
following commands (replace `sail-katamaran` with whatever name you
want for your switch):

```sh
opam switch create sail-katamaran ocaml.5.0.0
opam switch create sail-katamaran ocaml.5.1.0
```

Later if you want to return to your default switch, run:
Expand Down

0 comments on commit cab9beb

Please sign in to comment.