From b878909d3c655ce51aa754601559a40037897b43 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 7 Aug 2014 13:42:55 +0200 Subject: [PATCH] udpate readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0ace7c7..c556bc39 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,15 @@ There is a QuickCheck-like library called `QCheck` (now in its own repo). ## Build -There are no dependencies (`Sequence` is included). -The `Bij` module requires OCaml `>= 4.00` because of GADTs. Type: +You will need OCaml >= 4.01.0. + +### Via opam + +The prefered way to install is through [opam](http://opam.ocaml.org/). + + $ opam install containers + +### From Sources $ make