diff --git a/README.md b/README.md index 05cee85..5943d6a 100644 --- a/README.md +++ b/README.md @@ -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