From 1988385b30505478c9ca57ad5ad9f1116bc05bc3 Mon Sep 17 00:00:00 2001 From: Nick Le Large Date: Fri, 6 Dec 2024 11:17:01 +0100 Subject: [PATCH] Correct install path in docker install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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