We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a96893 + 6900e9e commit 952f217Copy full SHA for 952f217
1 file changed
README.md
@@ -17,16 +17,7 @@ With opam version >= 2.1:
17
18
```bash
19
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
+opam switch create 5.1.0
30
opam install . --deps-only
31
eval $(opam env)
32
```
0 commit comments