From 4c16a50a2a8eb72a273a2f74271696ec8586368c Mon Sep 17 00:00:00 2001 From: hashirama Date: Mon, 1 Jun 2026 04:03:01 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6cc75a..2a7e85b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # java-examples -examples of non-trivial operations in java \ No newline at end of file +examples of non-trivial operations in java + +## freebsd workflow +```shell +$ . env.sh +$ cd projects/hello-fx +$ pkg install javafx14 +$ mvn clean compile +$ . bin/run.sh +``` \ No newline at end of file