recommend to install utop via opam in the readme

This commit is contained in:
Jérémie Dimino 2013-01-18 23:29:58 -05:00
parent cce03d4c83
commit 2e7fa1dbc7
1 changed files with 13 additions and 2 deletions

View File

@ -7,6 +7,17 @@ sensitive completion, colors, and more.
It integrates with the tuareg and typerex modes in Emacs.
Installation via opam
---------------------
The easiest and recommended way of installing utop is via
[opam](http://opam.ocamlpro.com/):
$ opam install utop
If you want to build it manually, you should install all the
dependencies listed in the next section.
Dependencies
------------
@ -30,8 +41,8 @@ already installed, for previous versions:
* if you installed ocaml by hand, you can run the script
`utils/install-compiler-libs.sh`.
Installation
------------
Installation from sources
-------------------------
To build and install utop: