From: joey Date: Wed, 3 Oct 2007 19:01:19 +0000 (+0000) Subject: web commit by http://madduck.myopenid.com/: further simplification by using $GIT_DIR X-Git-Tag: 2.10~80 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=356742608f421f06fe78062e8075ba1dbda374f9;p=ikiwiki.git web commit by madduck.myopenid.com/: further simplification by using $GIT_DIR --- diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 98806b583..e49d92d77 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -128,9 +128,7 @@ This tutorial will walk you through setting up a wiki with ikiwiki. to do the following, but this might be easiest: REPOSITORY=~/wiki.git - mkdir $REPOSITORY - cd $REPOSITORY - git --bare init --shared + GIT_DIR=$REPOSITORY git --bare init --shared cd $SRCDIR git init echo /.ikiwiki > .gitignore