Skip to content

Commit 6900e9e

Browse files
committed
update readme to install ocaml 5.1.0
a) we're assuming opam version is >= 2.1 and b)running the ocaml toplevel results in an error with Topdirs not being found
1 parent 0a96893 commit 6900e9e

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,7 @@ With opam version >= 2.1:
1717

1818
```bash
1919
opam update
20-
opam switch create 5.0.0~alpha0 --repo=default,alpha=git+https://github.com/kit-ty-kate/opam-alpha-repository.git
21-
opam install . --deps-only
22-
eval $(opam env)
23-
```
24-
25-
with opam version < 2.1:
26-
27-
```bash
28-
opam update
29-
opam switch create 5.0.0~alpha0 --repo=default,beta=git+https://github.com/ocaml/ocaml-beta-repository.git,alpha=git+https://github.com/kit-ty-kate/opam-alpha-repository.git
20+
opam switch create 5.1.0
3021
opam install . --deps-only
3122
eval $(opam env)
3223
```

0 commit comments

Comments
 (0)