summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7236bd7c6b..7ef64df1cf 100644
--- a/README.md
+++ b/README.md
@@ -41,16 +41,14 @@ A quick guide to installing, configuring, and running an instance of the SDL Cor
```
%make
%make install
-%cp bin/mykey.pem src/appMain
-%cp bin/mycert.pem src/appMain
```
## Start SDL Core
Once SDL Core is compiled and installed you can start it from the executable in the bin folder
```
-%cd src/appMain
-%./smartDeviceLinkCore
+%cd bin/
+%LD_LIBRARY_PATH=. ./smartDeviceLinkCore
```
## Start WEB HMI