diff --git a/README.md b/README.md index 177296e..3be98ef 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ implementation 'com.itsaky.androidide.treesitter:android-tree-sitter:' implementation 'com.itsaky.androidide.treesitter:tree-sitter-:' ``` +Before using tree sitter, load the native library when appropriate (e.g. in the `onCreate()` method of your `Application` class, or in your activity) : + +```java +TreeSitter.loadLibrary(); +``` + The following grammars have been published to Maven central : - Java