Skip to content

Commit a958ac0

Browse files
Add reference to installation process in GettingStarted.md
Installation details should be taken into account when integrating SDK into a project, to reflect that add reference to readme, where installation process is described. Relates-To: OLPEDGE-1080 Signed-off-by: Diachenko Mykahilo <[email protected]>
1 parent 721fb32 commit a958ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GettingStartedGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The HERE OLP SDK for C++ is composed of separate libraries with their own distin
2828

2929
## HERE OLP SDK for C++ in CMake Projects
3030

31-
Once the libraries are installed, you can find them using `find_package()` within your project:
31+
Once the libraries are installed, you can find them using the `find_package()` function within your project. For more information on how to install libraries, see [the related section](../README.md#Install) in the README.md file.
3232

3333
```CMake
3434
find_package(olp-cpp-sdk-core REQUIRED)

0 commit comments

Comments
 (0)