Update README.md
This commit is contained in:
parent
3d73a5a89a
commit
4c16a50a2a
1 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,12 @@
|
||||||
# java-examples
|
# java-examples
|
||||||
|
|
||||||
examples of non-trivial operations in java
|
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
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue