aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Ferrari <tpoke.ferrari@gmail.com>2023-06-08 06:54:09 +0000
committerTyler Ferrari <tpoke.ferrari@gmail.com>2023-06-08 06:54:09 +0000
commit3996d9a797dca55231e139503261d33efa8b60a3 (patch)
treeea3a7e1bf84828dc0f6b517728e407c83c8363e8
parent5951f6b55f20981f411a06d98fb686acc4da394e (diff)
downloadNPEhero-3996d9a797dca55231e139503261d33efa8b60a3.tar.gz
NPEhero-3996d9a797dca55231e139503261d33efa8b60a3.tar.bz2
NPEhero-3996d9a797dca55231e139503261d33efa8b60a3.zip
Update README.md
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6b68c29..e481ff8 100644
--- a/README.md
+++ b/README.md
@@ -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`