Changes between Version 38 and Version 39 of WikiStart


Ignore:
Timestamp:
11/09/09 05:39:35 (4 years ago)
Author:
jabra
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v38 v39  
    4040Fierce v2 templates can be installed by using the following commands: 
    4141{{{ 
    42  mkdir ~/.fierce2/ 
     42 mkdir -p ~/.fierce2/ 
    4343 cp -r tt ~/.fierce2/ 
     44}}} 
     45 
     46To access the documentation for fierce use the following command: 
     47{{{ 
     48 man fierce 
    4449}}} 
    4550 
     
    7883}}} 
    7984 
     85To access the documentation for Fierce::Parser use the following command: 
     86{{{ 
     87 perldoc Fierce::Parser 
     88}}}