From 201fd8edcec4ce4e8ff1591a4281e57b06dd97a4 Mon Sep 17 00:00:00 2001 From: teletha Date: Fri, 27 Sep 2024 05:11:02 +0000 Subject: [PATCH] update repository info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6d4b02d32..848d1e697 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@  

+ ## Summary Bee is an open source build automation tool that focuses on conventions, type safety and performance. Project and build task definitions are written in Java, ensuring flexible extensibility for programmers. @@ -51,6 +52,10 @@ bee install

back to top

+ + + + ## Prerequisites Bee runs on all major operating systems and requires only [Java version 17](https://docs.oracle.com/en/java/javase/17/) or later to run. To check, please run `java -version` on your terminal.