Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 2c9b4b3

Browse files
committed
README: update documented lib path
Signed-off-by: Hidde Beydals <hello@hidde.co>
1 parent 268e509 commit 2c9b4b3

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
@@ -42,7 +42,7 @@ while testing these against the git2go code before releasing the image.
4242

4343
To make use of the image published by the `Dockerfile`, use it as a base image for your Go build. In your application
4444
container, ensure the [runtime dependencies](#Runtime-dependencies) are present, and copy over the `libgit2` shared
45-
libraries from `/libgit2/`.
45+
libraries from `$LIBGIT2_PATH/lib/*` (default `/libgit2/lib`).
4646

4747
### libgit2
4848

0 commit comments

Comments
 (0)