Add build section
All checks were successful
Pull Request / build (pull_request) Successful in 1m42s

This commit is contained in:
Marvin Elsen 2024-09-25 20:29:48 +02:00
parent c95d167456
commit d8d9ee7939
Signed by: marvinelsen
GPG Key ID: 820672408CC318C2

View File

@ -3,6 +3,14 @@
A parser for the [CC-CEDICT](https://www.mdbg.net/chinese/dictionary?page=cedict) Chinese-to-English dictionary written
in [Kotlin](https://kotlinlang.org).
## Build
To build the project locally, simply run the following command from the terminal:
```sh
./gradlew build
```
## Installation
_CC-CEDICT Parser for Kotlin_ is available