diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-29 23:41:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-29 23:41:47 +0000 |
commit | c53a0d6b9058ad374c7822127e533d4c2b56e8ae (patch) | |
tree | 75784c92447b1feeedeac7079d81a64a2cd074a1 /doc/setup.mdwn | |
parent | 52f12d39c53a65a092b45cae527160f2145ada66 (diff) | |
download | ikiwiki-c53a0d6b9058ad374c7822127e533d4c2b56e8ae.tar ikiwiki-c53a0d6b9058ad374c7822127e533d4c2b56e8ae.tar.gz |
web commit by http://madduck.myopenid.com/: clarification about roles of repos
Diffstat (limited to 'doc/setup.mdwn')
-rw-r--r-- | doc/setup.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 2c3a979ed..e0ad0501b 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -121,8 +121,9 @@ This tutorial will walk you through setting up a wiki with ikiwiki. [[toggleable id=git text=""" When using Git, you probably want to set up two repositories, of which one should be bare (meaning that it does not have a working tree - checked out). We call the bare repository the "repo" and the other the - "srcdir". There are [other + checked out). We call the bare repository the "repository" and the + other will be the "srcdir" (which `ikiwiki` uses to compile the wiki). + There are [other ways](http://blog.madduck.net/vcs/2007.07.11_publishing-git-repositories) to do the following, but this might be easiest: |