diff --git a/README.md b/README.md index a7c582330..d232ea0fd 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,13 @@ You can now build and install Wasocaml. You can either build the compiler locall ##### Locally ```shell-session -$ ./configure +$ ./configure --enable-flambda $ make $ sudo make install ``` ##### Opam switch - ```shell-session $ opam switch create wasocaml --repos default,wasocaml=git+https://github.com/ocamlpro/wasocaml-opam.git ocaml-variants.4.14.1+wasocaml ```