diff options
author | Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org> | 2010-12-12 18:53:15 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org> | 2010-12-12 18:53:15 -0800 |
commit | 7a1e22abc133b703f1b7bcecf7971ffb7033ee78 (patch) | |
tree | be69b9eb8a30768eb27a86a433d3c6793416ab89 /notes/ikiwiki_creation.mdwn | |
parent | e07afb1b79ac7d29a95695d1b9bf7ed0c7da4330 (diff) | |
download | jrayhawk-7a1e22abc133b703f1b7bcecf7971ffb7033ee78.tar.gz jrayhawk-7a1e22abc133b703f1b7bcecf7971ffb7033ee78.zip |
Notes: Ikiwiki creation: make 'edit' preformatted since it's safe to run
Diffstat (limited to 'notes/ikiwiki_creation.mdwn')
-rw-r--r-- | notes/ikiwiki_creation.mdwn | 2 |
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` |