diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-19 21:51:39 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-19 21:51:39 +0000 |
commit | f0d7a5ee1a9fe6ea28b63544904e5126faad12ec (patch) | |
tree | 6b4ba277bb73ea242233017c3a57eb17c6238386 /doc/setup.mdwn | |
parent | 470c46c79481a9017f28d4b7ec661fe073b00fa2 (diff) | |
download | ikiwiki-f0d7a5ee1a9fe6ea28b63544904e5126faad12ec.tar ikiwiki-f0d7a5ee1a9fe6ea28b63544904e5126faad12ec.tar.gz |
basewiki integration
Diffstat (limited to 'doc/setup.mdwn')
-rw-r--r-- | doc/setup.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn index a54a73388..df553cfb3 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -18,7 +18,9 @@ optional support for commits from the web. svn co file:///svn/wikirepo/trunk ~/wikiwc -4. Create some files and add them into subversion. +4. Create some files and add them into subversion. Or you might copy the + files from /usr/share/ikiwiki/basewiki and check those in to get a + head start on creating your wiki. echo "Welcome to my empty wiki." > ~/wikiwc/index.mdwn echo "Feel free to edit this page" > ~/wikiwc/sandbox.mdwn |