diff --git a/Preparing your system to use Stackage.md b/Preparing-your-system-to-use-Stackage.md similarity index 98% rename from Preparing your system to use Stackage.md rename to Preparing-your-system-to-use-Stackage.md index 1016c65..4b384fa 100644 --- a/Preparing your system to use Stackage.md +++ b/Preparing-your-system-to-use-Stackage.md @@ -27,7 +27,7 @@ This applies to both Haskell Platform and manual installs. A very common source On most POSIX systems, this directory will be `$HOME/.cabal/bin`. A simple way to do this is to edit your `~/.bashrc` and place in there: ```bash -export PATH="$HOME/.cabal/bin:$PATH" +export PATH=$HOME/.cabal/bin:$PATH ``` In Mac OS X, cabal installs binaries to: `$HOME/Library/Haskell/bin`.