]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Fixes
authorjosepht <josepht@web>
Mon, 18 Oct 2010 15:05:02 +0000 (15:05 +0000)
committerJoey Hess <joey@kitenet.net>
Mon, 18 Oct 2010 15:05:02 +0000 (15:05 +0000)
doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn

index 50bb2f5209fb93d98f7e7d5965387ecd7335ca1f..f755813e307e0721a385a0ace3340d8981762a93 100644 (file)
@@ -34,8 +34,12 @@ curl http://www.kernel.org/pub/software/scm/git/git-manpages-1.7.3.1.tar.gz | su
 I had terrible trouble installing ikiwiki. It turned out I had accidentally installed Perl through ports. Uninstalling that made everything install nicely.
 I got an error on msgfmt. Turns out this is a program in gettext. I installed that and it fixed the error.
 
+cd ..
+
 git clone git://git.ikiwiki.info/
 
+cd git.ikiwiki.info/
+
 perl Makefile.PL  LIB=/Library/Perl/5.10.0
 
 make