summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notes/ikiwiki_creation.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/ikiwiki_creation.mdwn b/notes/ikiwiki_creation.mdwn
index edfd44f..7895a83 100644
--- a/notes/ikiwiki_creation.mdwn
+++ b/notes/ikiwiki_creation.mdwn
@@ -20,7 +20,7 @@
- `git config branch.master.merge refs/heads/master`
3. Make a clone for Ikiwiki:
- `cd /srv/ikiwiki` (or some other place, just keep in mind you need to change `srcdir` in the setup file later)
- - `git clone --shared /srv/git/$reponame`
+ - `git clone /srv/git/$reponame`
- `curl http://piny.be/jrayhawk/notes/examplewiki.setup | sed 's/\<examplewiki\>/$reponame/g' > $reponame.setup # feel free to put the setup file anywhere`
- Tweak other settings in `$reponame.setup` (like wikiname, adminemail, urls, and add_plugins) as desired.
4. Make a destination directory for rendered files: