summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Dickow <jjdickow@gmail.com>2015-03-06 12:59:45 -0500
committerJustin Dickow <jjdickow@gmail.com>2015-03-06 12:59:45 -0500
commitb3c57f935e0fed8bfc3dd21dc6c52281979d4df6 (patch)
tree4d983ac62b3ff2382a1ae653ec8e0d918ed9492b
parenta9c0e2c765eeb7b8f652d516bc871a988119200e (diff)
downloadsdl_core-b3c57f935e0fed8bfc3dd21dc6c52281979d4df6.tar.gz
Typo fix and install instructions removed sudo
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1f14bf7c40..8f1780171d 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The Core component of SDL is meant to run on a vehicle's computing system. It co
The communication between the Core component and the mobile phone is based on JSON RPC. The communication between the Core component and the user interface is also via JSON RPC. The current code base includes an HTML5 user interface that was released by Ford Motor Company for the My Ford Touch system. The core component can also be configured to support QT5 and DBus, and includes a QT interface as well.
## Project Status
-We're ramping up our efforts to get SmartDeviceLink developed and maintained directly in the open. For the Mobile libraries, we're expecting better integration soon, SDL Core is slightly more complicated. We are currently working on generating documentation, creating a developer portal, an open forum, interface requirements, HMI guidelines, Mobile validation, and everything else that we've been asked for to renew the community's interest in this project. From a technical standpoint, SDL is stable, and the most work is being put into making it a more robust solution for app connectivity. We are, however, definitely looking for and interesting in other people and company's contributions to SDL whether it be feature based, bug fixes, healthy conversation, or even just suggestions for improvement.
+We're ramping up our efforts to get SmartDeviceLink developed and maintained directly in the open. For the Mobile libraries, we're expecting better integration soon, SDL Core is slightly more complicated. We are currently working on generating documentation, creating a developer portal, an open forum, interface requirements, HMI guidelines, Mobile validation, and everything else that we've been asked for to renew the community's interest in this project. From a technical standpoint, SDL is stable, and the most work is being put into making it a more robust solution for app connectivity. We are, however, definitely looking for and interested in other people and company's contributions to SDL whether it be feature based, bug fixes, healthy conversation, or even just suggestions for improvement.
# Getting Started
A quick guide to installing, configuring, and running an instance of the SDL Core on a linux OS.
@@ -32,11 +32,9 @@ A quick guide to installing, configuring, and running an instance of the SDL Cor
```
%make
-%sudo make install
+%make install
%cp bin/mykey.pem src/appMain
%cp bin/mycert.pem src/appMain
-%sudo updatedb
-%sudo ldconfig
```
## Start SDL Core