OCaml installation refinements
[lambda.git] / how_to_get_the_programming_languages_running_on_your_computer.mdwn
index bea78cf..a320c9b 100644 (file)
@@ -229,9 +229,9 @@ Sometimes we may refer to Caml or ML
 more generally; but you can assume that what we're talking about always works more
 specifically in OCaml.
 
-It's helpful if in addition to OCaml you also install the Findlib add-on.
-This will make it easier to install additional add-ons further down the road.
-However, if you're not able to get that working, don't worry about it much.
+It's helpful if in addition to OCaml you also install the Findlib add-on and/or the OPAM "package manager."
+These will make it easier to install additional add-ons further down the road.
+However, if you're not able to get them working, don't worry about it much.
 
 The current version of OCaml is 4.02.1 (released October 2014).
 <!-- 3.12.1 July 2011; 4.00.1 Oct 2012; 4.01.0 Sept 2013; 4.02.0 Aug 2014; 4.02.1 Oct 2014 -->