From 584093c7c9a7eb5ee88a9b9fe49703fdc683db4a Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Fri, 20 May 2016 22:34:13 +0200 Subject: [PATCH] Add httpd option to usage section --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 03a8c5f..953d13b 100644 --- a/README.rst +++ b/README.rst @@ -46,10 +46,11 @@ is used for rounded edges and living hinges. Usage ===== -There are two ways to use the available generators: +There are three ways to use the available generators: -* Execute the scripts/boxes tool and pass the name of the generator together with the measurements on the command line -* Run scripts/boxesserver which provides an web interface on port 8000 +* Execute the scripts/boxes tool and pass the name of the generator together with the measurements on the command line. +* Run scripts/boxesserver which provides an web interface on port 8000. +* Add a WSGIScriptAlias to scripts/boxesserver in your httpd config. Documentation =============