From 6dacb4f3f5e5c6d53135ae66ea559d2ffc4f0aa7 Mon Sep 17 00:00:00 2001 From: Dafydd Harries Date: Wed, 20 Mar 2013 22:03:45 -0400 Subject: update README --- README | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README b/README index 506f3a5..e408a09 100644 --- a/README +++ b/README @@ -40,7 +40,19 @@ One package: $ python export.py Pandoc -All packages: +All packages, as wiki pages: $ python export.py +(Output is in "output" directory.) + +All packages, as JSON: + + $ python export_json.py + +JSON output can be converted to wiki pages: + + $ python json_to_wiki.py < packages.json + +(Output is in "converted" directory.) + -- cgit v1.2.3