From b0858b32bf142dec7b98a23b2677de5ba3f10af6 Mon Sep 17 00:00:00 2001 From: aleskandro Date: Wed, 28 Aug 2024 19:45:26 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efca554..7d9a6a2 100644 --- a/README.md +++ b/README.md @@ -120,9 +120,11 @@ make test To build the project, execute the following command: ```bash -make package +make koboroot ``` +The output KoboRoot.tgz file will be located in the `_artifacts` directory. + ## License This project is licensed under the Apache License - see the [LICENSE](LICENSE) file for details.