aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index c8eff77..79ebab4 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,11 @@
[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
+
+### Windows
+`--module-path lib/windows/lib --add-modules javafx.controls,javafx.fxml`
+
+### Linux
+`--module-path lib/linux --add-modules javafx.controls,javafx.fxml`