Skip to content

Commit

Permalink
Command to install ocaml 5.2.0 instead of 5.0 as recommended.
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrm committed Nov 28, 2024
1 parent bad28e8 commit f75ae19
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 @@ -60,10 +60,10 @@ can run this command to check:
opam --version
```

Then use opam to install OCaml 5.0.0:
Then use opam to install OCaml 5.2.0:

```sh
opam switch create 5.0.0
opam switch create 5.2.0
```

If you want a later version, you can run the following line to get a list of all
Expand Down

0 comments on commit f75ae19

Please sign in to comment.