From 9b804b46a5ec4298e646456eb99c5203336f5530 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 14 Mar 2018 18:20:59 -0500 Subject: [PATCH] update readme --- README.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 4ce39456..9050155f 100644 --- a/README.adoc +++ b/README.adoc @@ -185,8 +185,7 @@ The prefered way to install is through http://opam.ocaml.org/[opam]. === From Sources -On the branch `master` you will need `oasis` to build the library. On the -branch `stable` it is not necessary. +You need dune (formerly jbuilder). $ make @@ -547,8 +546,6 @@ printer:: `'a printer = Format.formatter -> 'a -> unit` is a pretty-printer See link:doc/containers.adoc[the extended documentation] for more examples. -Powered by image:http://oasis.forge.ocamlcore.org/oasis-badge.png[alt="OASIS", style="border: none;", link="http://oasis.forge.ocamlcore.org/"] - == HOWTO (for contributors) === Make a release