README.md (252B)
1 # spark 2 3 Experimental application for installing other applications in a cross platform way with a minimal splash UI. 4 5 ## Build 6 7 ``` 8 git submodule init && git submodule update 9 cd src/sokol/sokol && <appropriate-build-sript> && cd - 10 odin run ./src 11 ```