diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 11:03:12 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 11:03:12 +0000 |
commit | 7b89b172d42e5084dc7c6753a7bbd06afe2a7fb3 (patch) | |
tree | 7fca2eb7b61b435946d865a4f26f61cd82a5d3e8 /doc | |
parent | 0fffc12a5d698ec71977cfabd26a4e4168565bc0 (diff) | |
download | ikiwiki-7b89b172d42e5084dc7c6753a7bbd06afe2a7fb3.tar ikiwiki-7b89b172d42e5084dc7c6753a7bbd06afe2a7fb3.tar.gz |
format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/setup.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn index fe55d8a84..52ef204fc 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -13,9 +13,9 @@ you through setting up a wiki that is stored in [[Subversion]], [[Git]], For the purposes of this tutorial, we'll set shell variables for these locations, and use those variables in the commands that follow. - REPOSITORY=~/wikirepo - SRCDIR=~/wikiwc - DESTDIR=~/public_html/wiki/ + REPOSITORY=~/wikirepo + SRCDIR=~/wikiwc + DESTDIR=~/public_html/wiki/ 3. Create the master rcs repository for your wiki. |