We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3daca0 commit 9712161Copy full SHA for 9712161
INSTALL.md
@@ -45,12 +45,12 @@ You can link OpenTelemetry C++ SDK with libraries provided in
45
46
### Building as standalone CMake Project
47
48
-1. Getting the opentelementry-cpp source:
+1. Getting the opentelementry-cpp source with its submodules:
49
50
```console
51
# Change to the directory where you want to create the code repository
52
$ cd ~
53
- $ mkdir source && cd source && git clone --recursive https://github.com/open-telemetry/opentelemetry-cpp
+ $ mkdir source && cd source && git clone --recurse-submodules https://github.com/open-telemetry/opentelemetry-cpp
54
Cloning into 'opentelemetry-cpp'...
55
...
56
Resolving deltas: 100% (3225/3225), done.
0 commit comments