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 ```