Update .md documentation

This commit is contained in:
Pavel Punegov
2019-01-30 17:32:46 +03:00
committed by Pavel Punegov
parent 715e9af5b7
commit ab26e26c89
4 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ For example, using the simple `libgit2.def` native library definition file provi
<div class="sample" markdown="1" theme="idea" mode="shell">
```bash
$ cinterop -def samples/gitchurn/src/main/c_interop/libgit2.def -compilerOpts -I/usr/local/include -o libgit2
$ cinterop -def samples/gitchurn/src/nativeInterop/cinterop/libgit2.def -compilerOpts -I/usr/local/include -o libgit2
```
</div>