Skip to content

Commit

Permalink
Update opam installation versions (#219)
Browse files Browse the repository at this point in the history
* Update opam installation versions

The opam installation versions are locked to older versions of merlin and reason. Is there a reason these are locked at these versions or have they just been missed in doc updates?

Removing the version constraints will install the latest, which should be the desired case for most users.

* Update reason version to 3.0.0 in installation instructions
  • Loading branch information
jdlehman authored and chenglou committed Oct 30, 2017
1 parent ccc9694 commit c199d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/guide/editor-tools/global-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ order: 10
```
opam update
opam switch 4.02.3 # mandatory!
opam install reason.1.13.7
opam install reason.3.0.0
opam install merlin.2.5.4
```

Expand Down

0 comments on commit c199d1e

Please sign in to comment.