From 411a2289c1a8c80726c734f0ba638f172d604b2f Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Fri, 8 Jan 2016 00:07:32 -0800 Subject: [PATCH] fix typo in binary path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 764ec14288..9a257235b0 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Note that you have to clone this project with `--recursive` option, as the core ocamlopt.opt -I +compiler-libs -I bin -c bin/compiler.mli bin/compiler.ml ocamlopt.opt -g -linkall -o bin/ocamlscript -I +compiler-libs ocamlcommon.cmxa ocamlbytecomp.cmxa bin/compiler.cmx main.cmx ``` - Now you have a binary called `ocamlscript` under `jscomp` directory, + Now you have a binary called `ocamlscript` under `jscomp/bin` directory, put it in your `PATH`. 3. Build the runtime with `ocamlscript`