Big brain readme

Remembered that powershell can interpret /'s and that other unix-like OS's existed
This commit is contained in:
Sunskimmer82 2022-07-26 15:30:09 -05:00 committed by GitHub
parent 336ed0f95c
commit b89684f0aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Build
linux: ./gradlew build
windows: .\gradlew build
unix-like and windows (Powershell): ./gradlew build
windows (CMD.exe): .\gradlew build
the resulting file will be located at [repo root]/build/libs/mod-VERSION.jar