diff --git a/README.md b/README.md index 841a681..bee7b73 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ docker compose build docker compose run --rm util_caching ``` -The library is installed in the Docker image under `/usr/include/util_caching/` and `/usr/lib/cmake/util_caching/`. +The library is installed in the Docker image under `/usr/local/include/util_caching/` and `/usr/local/lib/cmake/util_caching/`. So, it can be easily loaded with CMake: ```cmake