diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index 3c24609684..261959c7b1 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -11,6 +11,11 @@ sudo cabal update cabal install git-annex --bindir=$HOME/bin +Do not forget to add to your PATH variable your ~/bin folder. In your .bashrc, for example: +
+PATH=~/bin:/usr/bin/local:$PATH
+
+ See also: * [[forum/OSX__39__s_haskell-platform_statically_links_things]]