summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2016-09-23 09:58:03 -0400
committerGitHub <noreply@github.com>2016-09-23 09:58:03 -0400
commit00ba7ed25e75e47d28013f5154949dbd7966d1e7 (patch)
tree92ec0f3a49cacdf9d479294659413df7e93ec1a4 /README.md
parent7bdacb85c43b6bed6542f23ff90187a379a71756 (diff)
parentc6ff2bf62387890f3a27622433266fc6afc668f7 (diff)
downloadsdl_core-00ba7ed25e75e47d28013f5154949dbd7966d1e7.tar.gz
Merge pull request #810 from smartdevicelink/README_4.1.0_changes
Update README to reflect run changes for 4.1.0
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