summaryrefslogtreecommitdiff
path: root/src/components/policy/doc/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/doc/readme.txt')
-rw-r--r--src/components/policy/doc/readme.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/policy/doc/readme.txt b/src/components/policy/doc/readme.txt
index 86de7da08..f80aed0ff 100644
--- a/src/components/policy/doc/readme.txt
+++ b/src/components/policy/doc/readme.txt
@@ -19,10 +19,9 @@
For example Google Chromium. Install it using:
sudo apt-get install chromium-browser
In current implementation Chromium is required for autostart HMI feature.
- For HMI autostart please create in the executable folder file named hmi_link.
- This file should contain one string with full path to HMI index.html file.
+ For HMI autostart please set path to hmi in config file
For example:
- /home/user/projects/smart_device_link/src/components/HMI/index.html
+ LinkToWebHMI = ${path_to_HMI_repository}/index.html
* Running application
====================