From 2a64c7f3c500a1c0039248674867a546f4c623ff Mon Sep 17 00:00:00 2001 From: Seth Thompson Date: Thu, 13 Aug 2015 13:13:55 -0700 Subject: [PATCH] Add OSX install instructions --- 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 580dab43d1..113285e7f0 100644 --- a/ml-proto/README.md +++ b/ml-proto/README.md @@ -15,7 +15,7 @@ The interpreter can also be run as a REPL, allowing to enter pieces of scripts i ## Building -You'll need OCaml 4.02. The best way to get this is to download the source tarball from the ocaml website ( http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.2.tar.gz ) and do the configure / make dance. +You'll need OCaml 4.02. The best way to get this is to download the source tarball from the ocaml website ( http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.2.tar.gz ) and do the configure / make dance. On OSX, with [Homebrew](http://brew.sh/) installed, simply `brew install ocaml`. Once you have ocaml, go to the `src` directory and simply do