From 1986052729ec3539da33a5ed567740e607c6135c Mon Sep 17 00:00:00 2001 From: Sunskimmer822 <92886026+Sunskimmer822@users.noreply.github.com> Date: Tue, 22 Feb 2022 22:59:10 -0600 Subject: [PATCH] make readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..01bb768 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Configure workspace +First: + +Make sure you have JDK 17 installed +then +./gradlew genSources + +Second: + +configure for your IDE +idk about other IDEs but for vscode: +on linux run ./gradlew vscode +on windows run .\gradlew vscode + +Finally, build it with +linux: ./gradlew build +windows: .\gradlew build + +the resulting file will be located at [cloned folder]/build/libs/test-mod-VERSION.jar \ No newline at end of file