aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 <develop@web>2013-05-22 00:18:56 +0000
committerGravatar admin <admin@branchable.com>2013-05-22 00:18:56 +0000
commitd2d8f076de652e2993557d63609a604fa4fe9e64 (patch)
tree4f0e03597c3027532ef8fc7f6bde528540b16571
parente93cbb52e8d14dc88ef758654e0122d8b35b1e5f (diff)
-rw-r--r--doc/tips/megaannex.mdwn5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/tips/megaannex.mdwn b/doc/tips/megaannex.mdwn
index b375d5f05..ab7f696e0 100644
--- a/doc/tips/megaannex.mdwn
+++ b/doc/tips/megaannex.mdwn
@@ -30,10 +30,7 @@ Note: The folder option in the megaannex.conf file isn't yet used.
## Configuring git-annex
- git config annex.mega-store-hook 'python2 ~/megaannex/megaannex.py store --subject $ANNEX_KEY --file $ANNEX_FILE'
- git config annex.mega-retrieve-hook 'python2 ~/megaannex/megaannex.py getfile --subject $ANNEX_KEY --file $ANNEX_FILE'
- git config annex.mega-checkpresent-hook 'python2 ~/megaannex/megaannex.py fileexists --subject $ANNEX_KEY'
- git config annex.mega-remove-hook 'python2 ~/megaannex/megaannex.py delete --subject $ANNEX_KEY'
+ git config annex.mega-hook '/usr/bin/python2 ~/megaannex/megaannex.py'
git annex initremote mega type=hook hooktype=mega encryption=shared
git annex describe mega "the mega.co.nz library"