Skip to content

Commit

Permalink
doc(otel): fix fedora install instructions (#13180)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc committed Nov 21, 2023
1 parent 38647aa commit cc482f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN curl -fsSL https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.
# default, pkg-config does not search in these directories.

# ```bash
ENV PKG_CONFIG_PATH=/usr/local/share/pkgconfig:/usr/lib64/pkgconfig
ENV PKG_CONFIG_PATH=/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/local/lib64/pkgconfig
# ```

# #### nlohmann_json library
Expand Down
2 changes: 1 addition & 1 deletion doc/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ The following steps will install libraries and tools in `/usr/local`. By
default, pkg-config does not search in these directories.

```bash
export PKG_CONFIG_PATH=/usr/local/share/pkgconfig:/usr/lib64/pkgconfig
export PKG_CONFIG_PATH=/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/local/lib64/pkgconfig
```

#### nlohmann_json library
Expand Down

0 comments on commit cc482f0

Please sign in to comment.