aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTyler Ferrari <tpoke.ferrari@gmail.com>2023-05-11 23:53:29 +0000
committerTyler Ferrari <tpoke.ferrari@gmail.com>2023-05-11 23:53:29 +0000
commitfbb4e8eb17b100c183737fba9e13bde2bc049cf0 (patch)
treee60ddcf57ab54a41d4fc83617305774c60d26e64 /README.md
parentaa274e0c81a21fdcc3793d10c324ab68d062c5d1 (diff)
downloadNPEhero-fbb4e8eb17b100c183737fba9e13bde2bc049cf0.tar.gz
NPEhero-fbb4e8eb17b100c183737fba9e13bde2bc049cf0.tar.bz2
NPEhero-fbb4e8eb17b100c183737fba9e13bde2bc049cf0.zip
Update file README.md
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`