~rabbits/orca-toy

3ef8515244d33024e7ff4019467636bc07abb177 — neauoire 4 months ago 8dda287
Fixed build instructions
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 10,7 10,7 @@ For more details, see the complete [operation manual](https://wiki.xxiivv.com/si
You must have the [Uxn](https://git.sr.ht/~rabbits/uxn/) assembler and emulator.

```sh
uxnasm orca.tal orca.rom && uxnemu orca.rom
uxnasm src/orca.tal bin/orca.rom && uxnemu bin/orca.rom
```

If do not wish to assemble it yourself, you can download [orca.rom](https://rabbits.srht.site/orca/orca.rom).