summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@richardiv.omgwallhack.org>2010-12-12 18:53:15 -0800
committerJoe Rayhawk <jrayhawk@richardiv.omgwallhack.org>2010-12-12 18:53:15 -0800
commit7a1e22abc133b703f1b7bcecf7971ffb7033ee78 (patch)
treebe69b9eb8a30768eb27a86a433d3c6793416ab89
parente07afb1b79ac7d29a95695d1b9bf7ed0c7da4330 (diff)
downloadjrayhawk-7a1e22abc133b703f1b7bcecf7971ffb7033ee78.tar.gz
jrayhawk-7a1e22abc133b703f1b7bcecf7971ffb7033ee78.zip
Notes: Ikiwiki creation: make 'edit' preformatted since it's safe to run
-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 7895a83..ae31223 100644
--- a/notes/ikiwiki_creation.mdwn
+++ b/notes/ikiwiki_creation.mdwn
@@ -5,7 +5,7 @@
1. Make a new git bare repo:
- `cd /srv/git` (or some other place for storing bare repos, just keep in mind you need to change the git wrapper in the setup file later)
- `GIT_DIR=$reponame.git git init --shared # shared being useful if you want this to be multi-user, harmless otherwise`
- - edit `$reponame.git/description` to show an appropriate description in GitWeb/cgit
+ - `edit $reponame.git/description` to show an appropriate description in GitWeb/cgit
2. Make a clone for yourself to work with:
- `cd ~/src` (or whatever)
- `mkdir $reponame`