Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Installing Merlin
=================
Installing Merlin manually
==========================

Compilation
-----------
Expand All @@ -22,6 +22,17 @@ If you don't get any error in step above:

$ make install

Installing Merlin with opam
===========================

Needed : [opam](http://opam.ocamlpro.com/doc/Advanced_Install.html),
OCaml 4.00.1 (can be installed via opam typing `opam switch 4.00.1`).

Then, just do :

$ opam remote add kiwi http://kiwi.iuwt.fr/~asmanur/opam/.git
$ opam install merlin

Setting-up vim
==============

Expand Down