Skip to content

Commit c9dced3

Browse files
committed
docs: update readme
1 parent a949ea6 commit c9dced3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ A Lua 5.3 Lexer & Parser written in pure Kotlin.
1313

1414
## Usage
1515

16+
Now the project isn't publish to maven central, so you need to clone and build it by yourself.
17+
18+
In the future, we will publish it to maven central.
19+
1620
```kotlin
1721
val lexer = LuaLexer(source)
1822
val parser = LuaParser()

0 commit comments

Comments
 (0)