aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/laptop_wiki_with_git.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-02 18:29:34 -0500
committerJoey Hess <joey@kitenet.net>2008-03-02 18:29:34 -0500
commit598ffb71331c9363157d44b7bc85d4bb3bfef81a (patch)
treee409a8847773f22467b5ea36bb769aaae0de6cbc /doc/tips/laptop_wiki_with_git.mdwn
parentd451914bb46eca51ed921426b4fa34a8f5d86184 (diff)
downloadikiwiki-598ffb71331c9363157d44b7bc85d4bb3bfef81a.tar
ikiwiki-598ffb71331c9363157d44b7bc85d4bb3bfef81a.tar.gz
web commit by http://liw.iki.fi/liw/: Document that you need to clone repository, not the actual source directory
Diffstat (limited to 'doc/tips/laptop_wiki_with_git.mdwn')
-rw-r--r--doc/tips/laptop_wiki_with_git.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tips/laptop_wiki_with_git.mdwn b/doc/tips/laptop_wiki_with_git.mdwn
index c8df099ed..bb14f6d38 100644
--- a/doc/tips/laptop_wiki_with_git.mdwn
+++ b/doc/tips/laptop_wiki_with_git.mdwn
@@ -12,7 +12,8 @@ First, set up the wiki on the server, if it isn't already. Nothing special
needs to be done here, just follow the regular instructions in [[setup]]
for setting up ikiwiki with git.
-Next, `git clone` the source from the server to the laptop.
+Next, `git clone` the source (`$REPOSITORY`, not `$SRCDIR`)
+from the server to the laptop.
Now, set up a web server on your laptop, if it doesn't already have one.