diff options
-rw-r--r-- | doc/setup.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn index e0ad0501b..de4a0dd82 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -130,7 +130,7 @@ This tutorial will walk you through setting up a wiki with ikiwiki. REPOSITORY=~/wiki.git cd $SRCDIR git init - echo .ikiwiki > .gitignore + echo /.ikiwiki > .gitignore git add . git commit -m'Initial commit' # if you expect $REPOSITORY to receive pushs from multiple |