diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-16 16:43:26 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-16 16:43:26 -0400 |
commit | 69a1ebce16debf8b0aeb61329ff26d235e248e7d (patch) | |
tree | add4e64f0ec83172cb32bcdbcb0217815fd8ff89 /doc | |
parent | b2fd4f9b254610283d3fa6944ea73941c2045769 (diff) | |
download | ikiwiki-69a1ebce16debf8b0aeb61329ff26d235e248e7d.tar ikiwiki-69a1ebce16debf8b0aeb61329ff26d235e248e7d.tar.gz |
link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/optimising_ikiwiki.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/optimising_ikiwiki.mdwn b/doc/tips/optimising_ikiwiki.mdwn index 085ef0306..cf166998b 100644 --- a/doc/tips/optimising_ikiwiki.mdwn +++ b/doc/tips/optimising_ikiwiki.mdwn @@ -148,7 +148,7 @@ ikiwiki. The best way to do it is: -* Install [[cpan Devel::NYTProf]] +* Install [[!cpan Devel::NYTProf]] * `PERL5OPT=-d:NYTProf` * `export PER5OPT` * Now run ikiwiki as usual, and it will generate a `nytprof.out` file. |