Skip to content

Commit

Permalink
Fix install path
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Nov 29, 2024
1 parent 33f2c9c commit 131cdc9
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/local/include/util_caching/` and `/usr/local/lib/cmake/util_caching/`.
The library is installed in the Docker image under `/usr/include/util_caching/` and `/usr/lib/cmake/util_caching/`.
So, it can be easily loaded with CMake:

```cmake
Expand Down

0 comments on commit 131cdc9

Please sign in to comment.