summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-14 17:56:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-14 17:56:49 -0400
commite87d77964445bb7045d4a82350ec9410457d62a8 (patch)
treeed6278fadab8dc8788fe3cb4d1215c81234caa93
parent0b57b68918cc9ba84196df188c76bfb92eb1b549 (diff)
should work now
-rw-r--r--doc/forum/git-annex_on_OSX.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/git-annex_on_OSX.mdwn b/doc/forum/git-annex_on_OSX.mdwn
index 85a8413bf..44c275ff1 100644
--- a/doc/forum/git-annex_on_OSX.mdwn
+++ b/doc/forum/git-annex_on_OSX.mdwn
@@ -13,7 +13,7 @@ git clone git://git.kitenet.net/git-annex
cd git-annex
make
-sudo install git-annex /usr/local/bin/ # makefile is weird
+sudo make install
</pre>
Originally posted by Jon at <https://gist.github.com/671785> --[[Joey]]