diff options
author | Tyler Ferrari <tpoke.ferrari@gmail.com> | 2023-06-08 06:54:09 +0000 |
---|---|---|
committer | Tyler Ferrari <tpoke.ferrari@gmail.com> | 2023-06-08 06:54:09 +0000 |
commit | 3996d9a797dca55231e139503261d33efa8b60a3 (patch) | |
tree | ea3a7e1bf84828dc0f6b517728e407c83c8363e8 | |
parent | 5951f6b55f20981f411a06d98fb686acc4da394e (diff) | |
download | NPEhero-3996d9a797dca55231e139503261d33efa8b60a3.tar.gz NPEhero-3996d9a797dca55231e139503261d33efa8b60a3.tar.bz2 NPEhero-3996d9a797dca55231e139503261d33efa8b60a3.zip |
Update README.md
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ # Installation -1. Install Java 17 or newer (except for the JDK11 build (not reccomended) ) +1. Install Java 17 or newer (except for the JDK11 build (not recommended) ) 1. Go to Deployments > Releases. -1. Download the correct ZIP for your OS +1. Download the correct archive for your OS 1. Unzip it into an empty directory 1. Run the start file (start_linux.sh or start_windows.bat) @@ -48,14 +48,14 @@ Do not forget the comma after the second to last item. 1. Change the directory to your eclipse workspace 1. Check "Import all existing Eclipse projects after clone finishes" 1. Click finish -1. Right click on project > Propereties +1. Right click on project > Properties 1. Select Run/Debug Settings > Driver 1. Click Edit -1. Click the Arguements tab +1. Click the Arguments tab 1. Paste in the [VM Arguements](https://gitlab.sowgro.net/npeinc/npehero#java-vm-arguements) for your OS -## Java VM Arguements -These are automatically run by the start files when installing from a ZIP. +## Java VM Arguments +These are automatically run by the start files when installing from an archive. #### Windows `--module-path lib/windows/lib --add-modules javafx.controls,javafx.fxml,javafx.media` |