diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-22 19:10:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-22 19:10:23 -0400 |
commit | f18f45dfa76f32eda3eab4b422fa4dd7969a21ad (patch) | |
tree | 00fc0fa1a60057ddfa83be882a08f5e7962fe934 /doc/tips/flickrannex.mdwn | |
parent | 71f67b737da853615fef4b6a21cebb265121a795 (diff) |
add back git-annex setup section
Diffstat (limited to 'doc/tips/flickrannex.mdwn')
-rw-r--r-- | doc/tips/flickrannex.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tips/flickrannex.mdwn b/doc/tips/flickrannex.mdwn index fc914f283..5d13c0534 100644 --- a/doc/tips/flickrannex.mdwn +++ b/doc/tips/flickrannex.mdwn @@ -26,6 +26,12 @@ Run the program once to set it up. After the setup has finished, it will print the git-annex configure lines. +## Configuring git-annex + + git config annex.flickr-hook '/usr/bin/python2 ~/flickrannex/flickrannex.py' + git annex initremote flickr type=hook hooktype=flickr encryption=shared + git annex describe flickr "the flickr library" + ## Notes ### Unencrypted mode |