X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=how_to_get_the_programming_languages_running_on_your_computer.mdwn;h=3ad86cb4cfa5c804c33b3336a4e30cd50b0d820e;hp=81468bbfd76fb8657ba81cb7063f89490259485f;hb=c76b1d29a68923f8a72bf49c2ac36a6afe7a0f80;hpb=fb0ce0bfa8a38d83651c622ca210cbf8b0e1ad9a 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 81468bbf..3ad86cb4 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 @@ -229,7 +229,7 @@ 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 and/or the OPAM "package manager." +It's helpful if in addition to OCaml you also install the Findlib add-on and/or the [OPAM](https://opam.ocaml.org) "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.