Skip to content

Commit

Permalink
Fix typo again...
Browse files Browse the repository at this point in the history
M	README.md
  • Loading branch information
timob committed Jan 15, 2024
1 parent cecd7b1 commit c677c53
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 @@ -10,7 +10,7 @@ This allows for Go to initiate the JVM or Java to start a Go runtime respectivel
## Install
``` bash
# In your apps Go module directory
go get tekao.net/jingi
go get github.com/timob/jnigi

# Add flags needed to include JNI header files, change this as appropriate for your JDK and OS
export CGO_CFLAGS="-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux"
Expand Down

0 comments on commit c677c53

Please sign in to comment.