From 0eb014c5f2b1fa436aab088fcf9f4f2311173694 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Thu, 19 Mar 2020 11:25:53 +0100
Subject: [PATCH] Documentation on configuration.

---
 README.md | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 0c7fc15..ed2d5a6 100644
--- a/README.md
+++ b/README.md
@@ -119,23 +119,24 @@ GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura'@'localhost';
 
 ### Configuration
 
-Run
+In your development envirnment edit the file
 
-```bash
-  sh init.sh
+```shell
+./configuration/engine.ini
 ```
 
-This creates the folder */var/audio* and copies some default configuration
-to */etc/aura/engine.ini*
+to configure the engine.
+
+In production, or if the file exists, Engine uses the config location
 
-After that, you have to edit the settings in */etc/aura/engine.ini*. Ensure to take
-your time to carefully review those settings!
+```shell
+/etc/aura/engine.ini
+```
 
 Read more about detailed settings in the [Configuration Guide](docs/configuration-guide.md).
 
 ## Running Engine
 
-
 ### Development
 
 While developing there is a simple convencience script `run.sh`
-- 
GitLab