diff --git a/.gitignore b/.gitignore index 9154f4c..b752dab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # ---> Java # Compiled class file *.class +bin/** # Log file *.log diff --git a/README.md b/README.md index 479e676..670cb9c 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ # Getting started ## Dependencies -- FirstSpirit installation -- Compiled FSHook project (FSHook/bin/uploadPlugin.jar exists) -- OpenJDK11 (On Windows this gets installed together with FS `C:/Users//.firstspirit/FSLauncher/jre/11.0.11/jre-win/jdk-11.0.11+9-jre/bin/java.exe`) +- Do all the Steps described in FSHook +- Compiled FSHook project (`FSHook/bin/uploadPlugin.jar` exists) ## Paths - `` point to your (or FSs) OpenJDK11 installation - `` can be found in `FSHook/tool` - `` points to - - `bin/` of this project, - - `FSHook/bin/*` and `FSHook/lib/aspectjrt.jar` of FSHook - - `.firstspirit/FSLauncher/jar/*`, `.firstspirit_/jars/*` of the FS installation. (usually located in $HOME) - The seperator is `:` on Linux and `;` on Windows. +- `bin/` of this project, +- `FSHook/bin/*` and `FSHook/lib/*` of FSHook +- The seperator is `:` on Linux and `;` on Windows. ## Build this I.e. with vs-code java extension.