diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c865b5 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# ProjectSWG Launcher + +## Quick Start +* Clone the repo +* Pull submodules, build, and run +```bash +git submodule update --init --recursive +./gradlew jlink +./build/image/bin/projectswg +```