diff options
author | https://www.google.com/accounts/o8/id?id=AItOawk1MwAbPhkvUfU6duYaUnLFC_PXI2VfwtE <Joel@web> | 2013-07-08 07:20:04 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-08 07:20:04 +0000 |
commit | de82d612e35d7454dca7967a0fdb2728399b9d14 (patch) | |
tree | e5e0b5d134d46ae140f0bc05f52868825b93fd1b | |
parent | 838363a77c11da68d15111f228fef7f6d769371d (diff) |
add a step to make sure that $HOME/bin exists - this tripped me up.
-rw-r--r-- | doc/install/OSX.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index 68e4a53d9..e01ed93f2 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -39,6 +39,7 @@ brew update brew install haskell-platform git ossp-uuid md5sha1sum coreutils libgsasl gnutls libidn libgsasl pkg-config libxml2 brew link libxml2 cabal update +mkdir $HOME/bin PATH=$HOME/bin:$PATH PATH=$HOME/.cabal/bin:$PATH cabal install c2hs --bindir=$HOME/bin |