diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 <develop@web> | 2013-05-22 06:40:33 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-22 06:40:33 +0000 |
commit | bb49b341365c5fc539106db8434acbbf7cd06909 (patch) | |
tree | 452e6f1f80d89069a78a58b42a1c57761f0a9738 /doc/tips/megaannex.mdwn | |
parent | 912cbd33ad347d81f430d13455931abdc3940122 (diff) |
Diffstat (limited to 'doc/tips/megaannex.mdwn')
-rw-r--r-- | doc/tips/megaannex.mdwn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/tips/megaannex.mdwn b/doc/tips/megaannex.mdwn index ab7f696e0..3a44a606f 100644 --- a/doc/tips/megaannex.mdwn +++ b/doc/tips/megaannex.mdwn @@ -24,13 +24,11 @@ Run the program once to make an empty config file. cd ~/megaannex; python2 megaannex.py -Edit the megaannex.conf file. Add your mega.co.nz username and password - -Note: The folder option in the megaannex.conf file isn't yet used. +Edit the megaannex.conf file. Add your mega.co.nz username, password, and folder name on mega.co.nz ## Configuring git-annex - git config annex.mega-hook '/usr/bin/python2 ~/megaannex/megaannex.py' + 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" |