Skip to content

Commit

Permalink
Correct install path in docker install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Dec 6, 2024
1 parent 8a4bc5a commit 1988385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1988385

Please sign in to comment.