diff --git a/README.md b/README.md new file mode 100644 index 0000000..39405cb --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# katgba + +Currently an example Rust game from the GBA crate, but with nix building. + +## Usage + +``` +# Build rom +nix build .#katgba + +# Use mgba-qt with a built rom +nix run .#katgba-emu +```