]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/setup.mdwn
testing
[ikiwiki.git] / doc / setup.mdwn
index fe55d8a84d2bf7603f7b979004245625f657a99d..9ffba0014a89e4646eda7c47bd857f8152ad6190 100644 (file)
@@ -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.
 
@@ -71,8 +71,7 @@ you through setting up a wiki that is stored in [[Subversion]], [[Git]],
 
 5. Build your wiki for the first time.
 
-               ikiwiki --verbose $SRCDIR $DESTDIR \
-                       --url=http://host/~you/wiki/
+               ikiwiki --verbose $SRCDIR $DESTDIR --url=http://host/~you/wiki/
 
    Replace the url with the real url to your wiki. You should now
    be able to visit the url and see your wiki.