update
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 6 May 2008 00:22:10 +0000 (20:22 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 6 May 2008 00:22:10 +0000 (20:22 -0400)
doc/tips/nearlyfreespeech.mdwn

index b8984a4b72a4114169ebf1c0ee083be0e83cef19..2d59aca7e0df7df55ad8f962fd3a0c25243bba91 100644 (file)
@@ -39,11 +39,12 @@ Use `wget` to [[download]] the ikiwiki tarball. Then unpack it:
 Use CPAN to install the perl modules it uses into your home directory:
 
        PERL5LIB=`pwd`/ikiwiki:`pwd`/ikiwiki/cpan:`pwd`/lib/perl5 PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'CPAN::Shell->install("Bundle::IkiWiki")'
+       
        PERL5LIB=`pwd`/ikiwiki:`pwd`/ikiwiki/cpan:`pwd`/lib/perl5 PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'CPAN::Shell->force(install => "Bundle::IkiWiki::Extras")'
 
 This will take a while. As long as the first command succeeds, ikiwiki will be
 usable. The second command adds extra modules that some plugins use, so it's
-ok if installation of some of them fails.
+ok if installation of some of them fail.
 
 ## Build and install ikiwiki