diff options
author | http://poisonbit.wordpress.com/ <poisonbit@web> | 2010-09-03 16:06:18 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-03 16:06:18 +0000 |
commit | 538bf32181fc0506627535480c75f34a73c058bc (patch) | |
tree | c877c02a90c869956c3ffb7e27d1c537f9e163d9 /doc/install | |
parent | 095b9f1ef5b630a8556247f75ec4e7fbcc7fbb4b (diff) |
checking again instructions, HTML::Scrubber does not fail in tests with a clean install.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/discussion.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/discussion.mdwn b/doc/install/discussion.mdwn index 3cefbd209..a6ce1eee3 100644 --- a/doc/install/discussion.mdwn +++ b/doc/install/discussion.mdwn @@ -301,14 +301,14 @@ As plain user ($): cpanm CGI::Session cpanm HTML::Parser cpanm HTML::Template - cpanm -f HTML::Scrubber # tests failed + cpanm HTML::Scrubber cpanm Text::Markdown cpanm URI cd .. tar -zxf ikiwiki_3.20100831.tar.gz cd ikiwiki/ perl Makefile.PL INSTALL_BASE= PREFIX=/home/$USER/.perl5 - make tests # All tests successful + make test # All tests successful. make install INSTALL_BASE=/home/$USER/.perl5 . ~/.bashrc |