make readme
This commit is contained in:
parent
ab7fed7686
commit
1986052729
19
README.md
Normal file
19
README.md
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user