diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-22 01:47:15 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-22 01:47:15 +0000 |
commit | 691c503c1fc18d0b92a346a626d3d56345d86e27 (patch) | |
tree | 1f6cfb9455f002cec635945f92c6cb9d8f229190 /doc | |
parent | b1e3da4f43befe2c8c0ce0419a47cd3c262e8391 (diff) | |
download | ikiwiki-691c503c1fc18d0b92a346a626d3d56345d86e27.tar ikiwiki-691c503c1fc18d0b92a346a626d3d56345d86e27.tar.gz |
improvements
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/laptop_wiki_with_git.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/laptop_wiki_with_git.mdwn b/doc/tips/laptop_wiki_with_git.mdwn index 0ab098128..c8df099ed 100644 --- a/doc/tips/laptop_wiki_with_git.mdwn +++ b/doc/tips/laptop_wiki_with_git.mdwn @@ -1,4 +1,4 @@ -Using ikiwiki with the [[git]] backend, some interesting things can be done +Using ikiwiki with the [[rcs/git]] backend, some interesting things can be done with creating mirrors (or, really, branches) of a wiki. In this tip, I'll assume your wiki is located on a server, and you want to take a copy with you on your laptop. @@ -12,7 +12,7 @@ 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 from the server to the laptop. Now, set up a web server on your laptop, if it doesn't already have one. |