diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-05 20:22:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-05 20:22:10 -0400 |
commit | 069c938aad1da027a2b7d68e46ad146a1fd70f51 (patch) | |
tree | ea8dd9eb9041163e642c8d7c3d884464eb10dbb4 /doc/tips | |
parent | 1f88cad3a2fa127ec76f8429ce9ca594c59d11f0 (diff) |
update
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/nearlyfreespeech.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tips/nearlyfreespeech.mdwn b/doc/tips/nearlyfreespeech.mdwn index b8984a4b7..2d59aca7e 100644 --- a/doc/tips/nearlyfreespeech.mdwn +++ b/doc/tips/nearlyfreespeech.mdwn @@ -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 |