From 2e7fa1dbc7e02e65fd1b55727f5f5ab6bf6552da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Dimino?= Date: Fri, 18 Jan 2013 23:29:58 -0500 Subject: [PATCH] recommend to install utop via opam in the readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e50def..dc01c2e 100644 --- a/README.md +++ b/README.md @@ -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: