diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-02 00:52:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-02 00:52:25 -0400 |
commit | f94a0aed833b5a0f0311a25a3401a214f38edd81 (patch) | |
tree | 8e9ae96eb8db093e2409443ec7db91b2aebbf0b6 | |
parent | eb4278834bccb040f32d14c1f899b55250c634d3 (diff) |
adjust to use primary git repo
-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 a6afd408b..e7bb76393 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -11,7 +11,7 @@ sudo cabal install dataenc # optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland) export PATH=$PATH:/opt/local/libexec/gnubin -git clone git://git.kitenet.net/git-annex +git clone git://git-annex.branchable.com/ cd git-annex make |