diff options
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/OSX.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index b3aec645b..1dd6e8584 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -35,7 +35,7 @@ cabal install git-annex --bindir=$HOME/bin Do not forget to add to your PATH variable your ~/bin folder. In your .bashrc, for example: <pre> -PATH=~/bin:/usr/bin/local:$PATH +PATH=$HOME/bin:/usr/bin/local:$PATH </pre> See also: |