aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Ferrari <tpoke.ferrari@gmail.com>2023-05-11 23:58:33 +0000
committerTyler Ferrari <tpoke.ferrari@gmail.com>2023-05-11 23:58:33 +0000
commitad89ab07efd535dc0df280e982139db774558503 (patch)
tree97175e019b322b3cedcbe1dc56bf5407126f920b
parentfbb4e8eb17b100c183737fba9e13bde2bc049cf0 (diff)
downloadNPEhero-ad89ab07efd535dc0df280e982139db774558503.tar.gz
NPEhero-ad89ab07efd535dc0df280e982139db774558503.tar.bz2
NPEhero-ad89ab07efd535dc0df280e982139db774558503.zip
Update file README.md
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 79ebab4..78eb0d7 100644
--- a/README.md
+++ b/README.md
@@ -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`