Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit c183309

Browse files
authored
Update README.md
1 parent c59710b commit c183309

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
@@ -18,7 +18,7 @@ implementation 'io.github.itsaky:android-tree-sitter:<version>'
1818
- Init/update submodules with `git submodule update --init`
1919
- If building from Android Studio, set the `ndk.dir` and `java.home` properties in your `local.properties` file.
2020

21-
**Note** : Even though this an Android Gradle project, it uses `gcc` and other Linux tools to build the shared libraries for the host operating system. Therefore, in order to build `android-tree-sitter` on Windows, you might need to setup those tools first. You might need to modify the Gradle build scripts as well.
21+
**Note** : Even though this is an Android Gradle project, it uses `gcc` and other Linux tools to build the shared libraries for the host operating system. Therefore, in order to build `android-tree-sitter` on Windows, you might need to setup those tools first. You might need to modify the Gradle build scripts as well.
2222

2323
### Use the `build.sh` script
2424

0 commit comments

Comments
 (0)