diff options
Diffstat (limited to 'README.md')
-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` |