~kr1sp1n/tuxn

efe833f2f11bd7bbe8664c2d43944d1333de4f12 — Krispin Schulz 10 months ago 474d6e5
improve README
1 files changed, 6 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +6 -2
@@ 2,10 2,14 @@

Implementation of [uxn][1] in tcl/tk.

Download [tclkit][2] for your platform and make it executable.
Download [tclkit][2] for your platform with the Tk package and make it executable.

Then run a uxn rom:
Build rom:
```bash
uxnasm test/hello-pixel.tal test/hello-pixel.rom
```

Run rom:
```bash
tclkit src/emu.tcl test/hello-pixel.rom
```