Skip to content

Commit 1988385

Browse files
committed
Correct install path in docker install instructions
1 parent 8a4bc5a commit 1988385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ docker compose build
130130
docker compose run --rm util_caching
131131
```
132132

133-
The library is installed in the Docker image under `/usr/include/util_caching/` and `/usr/lib/cmake/util_caching/`.
133+
The library is installed in the Docker image under `/usr/local/include/util_caching/` and `/usr/local/lib/cmake/util_caching/`.
134134
So, it can be easily loaded with CMake:
135135

136136
```cmake

0 commit comments

Comments
 (0)