From 7a1e22abc133b703f1b7bcecf7971ffb7033ee78 Mon Sep 17 00:00:00 2001
From: Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org>
Date: Sun, 12 Dec 2010 18:53:15 -0800
Subject: Notes: Ikiwiki creation: make 'edit' preformatted since it's safe to
 run

---
 notes/ikiwiki_creation.mdwn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'notes')

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`
-- 
cgit v1.2.3