From 9487bf9c1ee52e5cb5bff2e30776ae7af44769b8 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Thu, 24 Jul 2025 20:31:16 -0700 Subject: [PATCH] docs: update readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md 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 +```