Skip to content

Commit 6bb1c6b

Browse files
authored
Fix missing the copy source folder for Geneva exporter INSTALL doc (#326)
1 parent aaa51e2 commit 6bb1c6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exporters/geneva/INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ for instructions.
102102

103103
1. Create the following directory structure in the root directory of the application. Clone the
104104
opentelemetry-cpp and opentelemetry-cpp-contrib under the `deps` directory as given below. And
105-
copy the script and patch file from to the `tools` directory.
105+
copy the script and patch file from the `build_tools` directory to the `tools` directory.
106106

107-
```
107+
```console
108108
# <project-repo-root>
109109
# |
110110
# - tools
@@ -119,7 +119,7 @@ copy the script and patch file from to the `tools` directory.
119119
# - opentelemetry-cpp-contrib/exporters/geneva
120120
#
121121
```
122-
2. Execute `build_geneva_metrics_exporter.sh` script from the `tools` directory
122+
2. Execute `build_geneva_metrics_exporter.sh` script from the `tools` directory.
123123

124124
```console
125125
$ cd <project-root>/tools && ./build_geneva_metrics_exporter.sh

0 commit comments

Comments
 (0)