Add httpd option to usage section

This commit is contained in:
Florian Festi 2016-05-20 22:34:13 +02:00
parent a80b7392ac
commit 584093c7c9
1 changed files with 4 additions and 3 deletions

View File

@ -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
=============