From 56a3303b7b869e9b9e1302a8beb19709ac8d10cb Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 1 Sep 2015 16:14:35 -0700 Subject: [PATCH] Update the README.md to use the up to date build command. This is the command used by the travis build and the runtests.py script. --- ml-proto/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml-proto/README.md b/ml-proto/README.md index f8faa24736..ee00ce8449 100644 --- a/ml-proto/README.md +++ b/ml-proto/README.md @@ -28,7 +28,7 @@ You'll get an executable named `src/wasm`. Alternatively, you can also say (in `src`): ``` -ocamlbuild -libs bigarray main.native +ocamlbuild -libs "bigarray, nums, str" main.native ``` and get an executable named `src/main.native`.