From 5655c925fc8e37ac53b118dea78b582ec9d0259c Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Wed, 11 Jul 2018 08:37:20 +0100 Subject: [PATCH] Fix #995 Signed-off-by: Jeremie Dimino --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf86047..f52fefec 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ If you do not have `make`, you can do the following: ```sh $ ocaml bootstrap.ml $ ./boot.exe -$ ./_build/default/bin/main.exe install +$ ./_build/default/bin/main_dune.exe install ``` Support