diff options
author | Tyler Ferrari <tpoke.ferrari@gmail.com> | 2023-05-11 23:58:33 +0000 |
---|---|---|
committer | Tyler Ferrari <tpoke.ferrari@gmail.com> | 2023-05-11 23:58:33 +0000 |
commit | ad89ab07efd535dc0df280e982139db774558503 (patch) | |
tree | 97175e019b322b3cedcbe1dc56bf5407126f920b /README.md | |
parent | fbb4e8eb17b100c183737fba9e13bde2bc049cf0 (diff) | |
download | NPEhero-ad89ab07efd535dc0df280e982139db774558503.tar.gz NPEhero-ad89ab07efd535dc0df280e982139db774558503.tar.bz2 NPEhero-ad89ab07efd535dc0df280e982139db774558503.zip |
Update file README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,13 +1,14 @@ -# links and stuff +# Links [Figma link](https://www.figma.com/file/dpeMlWStSWrVHfLd0Uohws/Untitled?node-id=0%3A1&t=PVQi61Ig3AWtWNMm-1) [JavaFX docs (with search)](https://openjfx.io/javadoc/15) -## VM arguements +# Installation +### VM arguements -### Windows +#### Windows `--module-path lib/windows/lib --add-modules javafx.controls,javafx.fxml` -### Linux +#### Linux `--module-path lib/linux --add-modules javafx.controls,javafx.fxml` |