summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-03-07 10:36:58 -0500
committerGitHub <noreply@github.com>2018-03-07 10:36:58 -0500
commit73f3298cf7f0a586475cdd6ab8a5dcca5f1da586 (patch)
treea83572e8bfe3ba7d295b8080b47f7eeb1b1c6704 /README.md
parent9aae02be3dba2897ca2f5ac2bec73df30a1dfe04 (diff)
parent089d7c52696161a932b937789fac0162f6e17a1b (diff)
downloadsdl_core-73f3298cf7f0a586475cdd6ab8a5dcca5f1da586.tar.gz
Merge pull request #218 from smartdevicelink/hotfix/readme_update_build_instructions
Alter build instructions for slight clarity improvements
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 04ce8487c0..e7146636a2 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ We're ramping up our efforts to get SmartDeviceLink developed and maintained dir
A quick guide to installing, configuring, and running an instance of the SDL Core on a linux OS.
1. Clone this repository
- 2. Create a folder for your build and run `cmake ../sdl_core`
+ 2. Create a folder for your build outside of the source folder and run `cmake {path_to_sdl_core_source_folder}` from the build folder you created
3. If there are any dependency issues, install missing dependencies
4. Run the following commands to compile and install smartdevicelink