spark

Cross Platform Minimal Installer GUI
Log | Files | Refs | Submodules | README

commit 92f3ef15eb654ed3ad447e719e8f823008a4bae1
parent 437d5ea1ee4445d1743d3d3b6fc3583100a393b9
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Tue,  3 Dec 2024 11:32:26 +0800

doc: add readme

Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>

Diffstat:
AREADME.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,11 @@ +# spark + +Experimental application for installing other applications in a cross platform way with a minimal splash UI. + +## Build + +``` +git submodule init && git submodule update +cd src/sokol/sokol && <appropriate-build-sript> && cd - +odin run ./src +```