Add build section
All checks were successful
Pull Request / build (pull_request) Successful in 1m42s
All checks were successful
Pull Request / build (pull_request) Successful in 1m42s
This commit is contained in:
parent
c95d167456
commit
d8d9ee7939
@ -3,6 +3,14 @@
|
|||||||
A parser for the [CC-CEDICT](https://www.mdbg.net/chinese/dictionary?page=cedict) Chinese-to-English dictionary written
|
A parser for the [CC-CEDICT](https://www.mdbg.net/chinese/dictionary?page=cedict) Chinese-to-English dictionary written
|
||||||
in [Kotlin](https://kotlinlang.org).
|
in [Kotlin](https://kotlinlang.org).
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
To build the project locally, simply run the following command from the terminal:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./gradlew build
|
||||||
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
_CC-CEDICT Parser for Kotlin_ is available
|
_CC-CEDICT Parser for Kotlin_ is available
|
||||||
|
Loading…
Reference in New Issue
Block a user