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