From 356742608f421f06fe78062e8075ba1dbda374f9 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 3 Oct 2007 19:01:19 +0000 Subject: [PATCH] web commit by http://madduck.myopenid.com/: further simplification by using $GIT_DIR --- doc/setup.mdwn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.45.0