summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAGaliuzov <AGaliuzov@luxoft.com>2015-06-25 10:17:05 +0300
committerAGaliuzov <AGaliuzov@luxoft.com>2015-06-25 10:17:05 +0300
commit89f3a68b46674e5e88d3da612ea50287b8b317ff (patch)
tree27491917a123ae242d17acefb68571446fbc316e
parent4762faa46738dbec1a43301924d5de90713e865b (diff)
parenta68cecd3195b0ba0520ce38e6a8289483af1ba10 (diff)
downloadsmartdevicelink-89f3a68b46674e5e88d3da612ea50287b8b317ff.tar.gz
Merge pull request #142 from LuxoftSDL/hotfix/update-readme-filerelease/4.0.0
Update README.md file.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index e8cf625b3..95dc6eaa5 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,12 @@ Once SDL Core is compiled and installed you can start it from the executable in
%./smartDeviceLinkCore
```
+## Start WEB HMI
+Web HMI is separated from SDL Core and located in another repository. So to make it workable please do next steps.
+
+ 1. Clone http://github.com/smartdevicelink/sdl_hmi.git
+ 2. Follow the instruction from readme file in sdl_hmi repository.
+
## A quick note about dependencies
The dependencies for SDL Core vary based on the configuration. You can change SDL Core's configuration in the top level CMakeLists.txt. We have defaulted this file to a configuration which we believe is common for people who are interested in getting up and running quickly, generally on a Linux VM.