From 24339fc528890bd3f36921d5f34f8acd7e370056 Mon Sep 17 00:00:00 2001 From: mwm Date: Sun, 12 Apr 2015 16:47:46 -0500 Subject: [PATCH] Add PATH and update instructions for Unix-like systems --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ea6f4b..32ffdda 100644 --- a/README.md +++ b/README.md @@ -246,11 +246,13 @@ Download the latest binary distributions for cabal and ghc: ## Users of other Unix-like Systmes -Install GHC and Cabal from your package system. Then install the additional tools `alex` and `happy`. +Install GHC and Cabal from your package system, then add `~/.cabal/bin` to your `$PATH`. Finally update `cabal` and install the additional tools `alex` and `happy`. ```bash - $ cabal install alex happy - ``` +$ cabal update +$ cabal install cabal-install alex happy +``` + # Primary Courses