From d8d9ee79390ca3d17715d8ef050c59d8e7098d9c Mon Sep 17 00:00:00 2001 From: Marvin Elsen Date: Wed, 25 Sep 2024 20:29:48 +0200 Subject: [PATCH] Add build section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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