aboutsummaryrefslogtreecommitdiff
path: root/doc/setup.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-05 16:57:49 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-05 16:57:49 -0400
commit29ab73258f465dfd9712567216b710430cbceef2 (patch)
tree79599e36af20293c4a96b12abe53d54c75718364 /doc/setup.mdwn
parentf318c9d24abfade67265800935a7fe93176a5c3c (diff)
downloadikiwiki-29ab73258f465dfd9712567216b710430cbceef2.tar
ikiwiki-29ab73258f465dfd9712567216b710430cbceef2.tar.gz
Clarify some wording in the setup documentation that could maybe lead users to putting paths with "~/" in the setup file, which doesn't work. Closes: #493835
Diffstat (limited to 'doc/setup.mdwn')
-rw-r--r--doc/setup.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn
index 2d3942124..647e8b86f 100644
--- a/doc/setup.mdwn
+++ b/doc/setup.mdwn
@@ -207,13 +207,13 @@ about using the git repositories.
## Configure ikiwiki to use revision control.
-Once your wiki is checked in to the revision control system,
-you should configure ikiwiki to use revision control. Edit your
-ikiwiki.setup, set `rcs` to the the revision control system
-you chose to use. Be sure to set `svnrepo` to $REPOSITORY, if using
-subversion. Uncomment the configuration for the wrapper for your revision
-control system, and configure the wrapper path appropriately
-(for Git, it should be `$REPOSITORY/hooks/post-update`).
+Once your wiki is checked in to the revision control system, you should
+configure ikiwiki to use revision control. Edit your ikiwiki.setup, set
+`rcs` to the the revision control system you chose to use. Be sure to set
+`svnrepo` to the directory for your repository, if using subversion.
+Uncomment the configuration for the wrapper for your revision control
+system, and configure the wrapper path appropriately (for Git, it should be
+the path to `hooks/post-update` inside the bare git repository).
Once it's all set up, run `ikiwiki --setup ikiwiki.setup` once more.
Now you should be able to edit files in $SRCDIR, and use your revision