aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 76b4fd3..9ba652d 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ simple little game that took me far longer than i thought it would.
## installation
-there is a makefile for convenience (you need uxncli, uxnemu and drifblim.rom).
-but you can just assemble `tictactoe.tal` in any way you want.
+there is a makefile for convenience (you need make, uxncli, uxnemu and
+drifblim.rom). but you can just assemble `tictactoe.tal` in any way you want.
this command:
@@ -13,7 +13,7 @@ this command:
$ make run
```
-will assemble the game using drifblim.rom and will run it in uxnemu.
+will assemble the game using `~/roms/drifblim.rom` and will run it in uxnemu.
## controls