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=1a44722f71b505dc84afd7cfaf688b0dd2a4f5b2;hp=b30e639981e5790727e2a21b7ffb4128d4797a0c;hb=0760b5fdc95476841e6982e4122d93bd9f5e430c;hpb=e993f6a1f71388ab6ef6cfe36bf8960d9204da10 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 b30e6399..1a44722f 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 @@ -373,7 +373,7 @@ double-click and install. warning that its version of OPAM is broken, and not to use it. Here's how you can get (OCaml and) OPAM from a newer repository: sudo apt-get install -y software-properties-common - sudo apt-apt-repository -y ppa:avsm/ppa + sudo add-apt-repository -y ppa:avsm/ppa sudo apt-get update sudo apt-get install ocaml opam @@ -429,30 +429,30 @@ On **Mac without MacPorts**: * Go to and follow the instructions. This requires Mac OS X 10.6 / Snow Leopard or later; but there is a link to an earlier version of Haskell Platform, that's built for Mac OS X 10.5 / Leopard. During the installation, you may be prompted to install "the command line developer tools"; this is a portion of what Apple bundles together with Xcode (mentioned above on this page). The installer will take care of getting these for you if you give it permission. - + On **Mac with MacPorts**: