Skip to content

Commit

Permalink
Merge branch 'main' into update_logs_sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Dec 13, 2022
2 parents 8785f64 + 9712161 commit 03ce954
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,434 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ You can link OpenTelemetry C++ SDK with libraries provided in

### Building as standalone CMake Project

1. Getting the opentelementry-cpp source:
1. Getting the opentelementry-cpp source with its submodules:

```console
# Change to the directory where you want to create the code repository
$ cd ~
$ 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
Cloning into 'opentelemetry-cpp'...
...
Resolving deltas: 100% (3225/3225), done.
Expand Down
Loading

0 comments on commit 03ce954

Please sign in to comment.