Added PATH variable part

This commit is contained in:
https://me.yahoo.com/speredenn#aaf38 2012-08-24 18:22:07 +00:00 committed by admin
parent 748bd1e1e1
commit c387f98bc9

View file

@ -11,6 +11,11 @@ sudo cabal update
cabal install git-annex --bindir=$HOME/bin
</pre>
Do not forget to add to your PATH variable your ~/bin folder. In your .bashrc, for example:
<pre>
PATH=~/bin:/usr/bin/local:$PATH
</pre>
See also:
* [[forum/OSX__39__s_haskell-platform_statically_links_things]]