summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```