From 4fc74faff2e0a62f09af772a6976f51b07d3d03d Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 15 Jun 2007 14:17:34 -0700 Subject: [PATCH] Fix typo, point to README, prefer double quotes for string --- ikiwiki.setup | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 8ef49cf..16e9db5 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -12,7 +12,7 @@ # but this clone is owned by ikiwiki so its working-copy content # should never be edited manually, nor should anybody clone from or # push to this repository. To make this quite clear, I suggest hiding -# the checkout inside the repository as show below. +# the checkout inside the repository as shown below. # # To set this up, just do: # @@ -22,7 +22,8 @@ # git clone $gitrepo ikiwiki-checkout # # And then push into $gitrepo this ikiwiki.setup file, a templates/ -# directory, and a src/ directory with your wiki content. +# directory, and a src/ directory with your wiki content. See README +# for more details. # # Also, see the destdir and url parameters below which must also be # configured before things will work at all. @@ -30,7 +31,7 @@ our ($gitrepo, $checkout); BEGIN { - $gitrepo = '/path/to/bare/git/repo'; + $gitrepo = "/path/to/bare/git/repo"; $checkout = "$gitrepo/ikiwiki-checkout"; } -- 2.43.0