Added README with quickstart guide

This commit is contained in:
Josh Larson
2023-10-22 12:22:36 -05:00
parent 189629bcff
commit f009a082c6

10
README.md Normal file
View File

@@ -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
```