]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/yaml_setup_files.mdwn
Command on compile plugin
[ikiwiki.git] / doc / tips / yaml_setup_files.mdwn
index 4ae0de4aa543a0bf589388f2bbb114501d0fe6f2..56eeb61a1595e711bc7021cbf9da029621be9466 100644 (file)
@@ -3,8 +3,10 @@ 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.
 
+(To convert the other way, use "setuptype=Standard" instead.)
+
 --[[Joey]]