diff --git a/README.md b/README.md index 214e11e..821ac1a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Installation pip install python-dateutil jinja2 html5lib python setup.py install -Example +Usage --------------- mkdir mydump cd myddump @@ -34,6 +34,10 @@ The program then interactively asks some questions: The settings are placed in a file called .etherdump/settings.json and are used (by default) by future commands. + etherdump list + +You should see a list of pads. + subcommands ---------- @@ -74,6 +78,10 @@ Warning, this command indescriminantly clobbers pads in instance2 with the HTML Note: this technique can be used to "reset" the database of a pad by recreating pads (without their history or editor info/colors) in a fresh database. +NB: sethtml/pushhtml seems to be performed from the server itself ie using API url such as localhost:9001. + + +