diff options
-rw-r--r-- | HowToContributeToThisWiki.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/HowToContributeToThisWiki.mdwn b/HowToContributeToThisWiki.mdwn index 949e35c0..92595df3 100644 --- a/HowToContributeToThisWiki.mdwn +++ b/HowToContributeToThisWiki.mdwn @@ -40,7 +40,13 @@ still get the pages the read-only way. $ git clone git://flubber.bddebian.com/wiki [dest] -For both cases: if you omit *[dest]* it will default to *wiki*. +If that also doesn't work out, you have another chance: pull over the http +protocol. Not very efficient (read: very inefficient), but it works. This is +also read-only. + + $ git clone http://www.bddebian.com/git/wiki [dest] + +For all cases: if you omit *[dest]* it will default to *wiki*. Later, you can just *cd* into the *wiki* directory and run a *git pull* to get hold of the latest changes others have installed. |