summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/megaannex.mdwn6
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"