From d18c21c72af9404cd5555b04562f8740f4d05edf Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Fri, 14 Jun 2019 13:20:49 +0200 Subject: [PATCH] readme tweak --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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. + + +