This commit is contained in:
Joey Hess 2013-12-27 14:15:01 -04:00
parent 5972ee50fa
commit 9b944e71e1

View file

@ -5,7 +5,7 @@ There are three ways to implement a new special remote:
is great for prototyping.
2. Writing it in Haskell and adding it to git-annex.
3. Writing a program in any language you like that speaks the
[[external_special_remote_protocol]].
[[design/external_special_remote_protocol]].
The rest of this page concentrates on writing new external special remotes.
It's not hard!