summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
Diffstat (limited to 'notes')
-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`