summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBTPankow <BTPankow@gmail.com>2016-09-09 09:17:24 -0400
committerGitHub <noreply@github.com>2016-09-09 09:17:24 -0400
commit9e6a6bb312352f37d9e5732c58d4f7f2743ba906 (patch)
treead51797010e26ac02b0af2fd2c7b4500f3cbbe1d /README.md
parentc0107a52570b4b189dcc8aa5a055a1f38ae91c81 (diff)
downloadsdl_core-9e6a6bb312352f37d9e5732c58d4f7f2743ba906.tar.gz
Update README to reflect run changes for 4.1.0
For the most recent master, smartDeviceLinkCore now needs to be run from build/bin to work correctly. This pull request updates the README to reflect this. Also, the keys do not need to be copied over to src/appMain since the executable can now be run from the build/bin directory.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index e9aaeade60..fe3b965be8 100644
--- a/README.md
+++ b/README.md
@@ -41,15 +41,13 @@ 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
+%cd bin/
%./smartDeviceLinkCore
```