]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/yaml_setup_files.mdwn
don't mix up perl with sed
[git.ikiwiki.info.git] / doc / tips / yaml_setup_files.mdwn
index e8ab4f1444c915a6d827f4871a85a017063ce2b8..0327070a6bd63896a7484a7a38071b82f7575727 100644 (file)
@@ -1,9 +1,11 @@
+[[!meta date="2010-03-19 17:58:40 -0400"]]
+
 Here's how to convert your existing standard format ikiwiki setup file into
 the new YAML format recently added to ikiwiki.
 
 1. First, make sure you have the [[!cpan YAML]] perl module installed.
    (Run: `apt-get install libyaml-perl`)
-2. Run: `ikiwiki -setup my.setup -dumpsetup my.setup --set setuptype=Yaml`
+2. Run: `ikiwiki --setup my.setup --dumpsetup my.setup --set setuptype=Yaml`
 
 The format of the YAML setup file should be fairly self-explanatory.