diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-13 22:07:45 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-13 22:07:45 +0000 |
commit | 6c33adac83ead56198010340b12e5027950601f6 (patch) | |
tree | a60c70bb2b3d24790091938a404976024ee7bffd /doc | |
parent | f617ad857fe20659253b45808b504957459ea0cd (diff) |
web commit by JoshTriplett: Do not perform your own edits in ikiwiki's working copy.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/setup.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 41c42a723..860afd6f5 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -13,6 +13,9 @@ This tutorial will walk you through setting up a wiki with ikiwiki. SRCDIR=~/wikiwc DESTDIR=~/public_html/wiki/ + Note that ikiwiki owns the working copy directory; do not perform your own + edits in ikiwiki's working copy. + 3. Create the beginnings of your wiki. This will create a simple main page for the wiki. |