summaryrefslogtreecommitdiff
path: root/examples/hello_world/readme
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world/readme')
-rw-r--r--examples/hello_world/readme7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/hello_world/readme b/examples/hello_world/readme
index 1cb9d8f..afe92fd 100644
--- a/examples/hello_world/readme
+++ b/examples/hello_world/readme
@@ -18,8 +18,11 @@ sudo make install
2. Build hello_world target
___________________________
-cmake --build . --target hello_world
-cd ./examples/hello_world/
+cd <root directory of vSomeIP-Lib>/examples/hello_world$:
+
+mkdir build
+cd build
+cmake ..
make
Running Hello World Example