From cbd80f26b21909d98640f2b4cd95827734777ab7 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 2 Sep 2020 12:33:00 +0100 Subject: [PATCH] Updated documentation to reflect new options --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c8e96b3..0ccdf16 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ wssh --logging=debug # log to file wssh --log-file-prefix=main.log +# specify alternative location for template material +wssh --template_path=/templates + +# specify alternative location for static material +wssh --static_path=/static + # more options wssh --help ```