Improved README file

Change-Id: I79ede236c8493894b5eda91db8053074ec16fb38
This commit is contained in:
Nikolay Mahotkin 2014-04-24 18:29:14 +04:00
parent ae46014ad8
commit 53cc1d8d31
1 changed files with 4 additions and 0 deletions

View File

@ -40,3 +40,7 @@ To debug using a local engine and executor without dependencies such as RabbitMQ
and run in pdb, PyDev or PyCharm::
mistral/cmd/launch.py --server all --config-file etc/mistral.conf --use-debugger
### Running examples
To run the examples find them in mistral-extra repository (https://github.com/stackforge/mistral-extra) and follow the instructions on each example.