mirror of
https://github.com/kittywitch/katgba.git
synced 2025-12-22 08:19:15 -08:00
docs: update readme
This commit is contained in:
parent
64fad7bed0
commit
9487bf9c1e
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -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
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue