From: Jim Date: Sat, 31 Jan 2015 21:26:20 +0000 (-0500) Subject: update installation instructions, user dirs X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=2f28b39e6dd7ef8dca7c818c087899bd66142f0f;ds=sidebyside update installation instructions, user dirs --- diff --git a/how_to_get_the_programming_languages_running_on_your_computer.mdwn b/how_to_get_the_programming_languages_running_on_your_computer.mdwn index d60f8f29..e4bf565e 100644 --- a/how_to_get_the_programming_languages_running_on_your_computer.mdwn +++ b/how_to_get_the_programming_languages_running_on_your_computer.mdwn @@ -329,10 +329,12 @@ The current version of OCaml is 4.02.1 (released October 2014). 3. If that works, then type: - opam init --comp 4.02.1 + opam init --comp 4.01.0 or whatever it was that the OPAM installer prompted you to type. This will download and install a fresh version of OCaml, and will take a bit of time. + +