improve docs
This commit is contained in:
parent
5b5a9aaf92
commit
93db6bef15
2 changed files with 6 additions and 0 deletions
|
@ -7,3 +7,6 @@ But what am I supposed to do if I want to pair a third machine later? I do not w
|
|||
So we lack a command like `git annex p2p --show-address` that just prints the same as `--gen-address`. This is trivial since we just need to concatenate `.git/annex/creds/p2paddrs`, a colon and `.git/annex/creds/p2pauth`?
|
||||
|
||||
Actually this would be a fun starter project for a new contributor to git-annex? (me?)
|
||||
|
||||
> I added a mention to the docs that --gen-address can be run more than
|
||||
> once, so [[done]] I suppose --[[Joey]]
|
||||
|
|
|
@ -44,6 +44,9 @@ services.
|
|||
|
||||
Note that anyone who knows these addresses can access your
|
||||
repository over the P2P networks.
|
||||
|
||||
This can be run repeatedly, in order to give different addresses
|
||||
out to different people.
|
||||
|
||||
* `--link`
|
||||
|
||||
|
|
Loading…
Reference in a new issue