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