Skip to content

Commit

Permalink
Merge pull request #333 from talex5/ocaml-trunk
Browse files Browse the repository at this point in the history
Update install instructions for OCaml trunk
  • Loading branch information
talex5 authored Sep 30, 2022
2 parents f1e18c3 + 4b0473b commit e9ad2b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,21 @@ Remember that you can always fall back to using Lwt libraries to provide missing

## Getting OCaml 5.0

You'll need OCaml 5.0.0~alpha1 or later.
You'll need OCaml 5.0.0~alpha1.
You can either install it yourself or build the included [Dockerfile](./Dockerfile).

To install it yourself:

1. Make sure you have opam 2.1 or later (run `opam --version` to check).

2. Use opam to install OCaml 5.0.0~alpha1 or later:
2. Use opam to install OCaml 5.0.0~alpha1:

```
opam switch create 5.0.0~alpha1 --repo=default,alpha=git+https://github.com/kit-ty-kate/opam-alpha-repository.git
```

Note: if you want to use OCaml trunk instead, you'll need [#329](https://github.com/ocaml-multicore/eio/pull/329).

## Getting Eio

If you want to run the latest development version from Git, run these commands
Expand Down

0 comments on commit e9ad2b0

Please sign in to comment.