From 1fcfb30042fa2b6a053e5126f640f3c0dc3fe3fe Mon Sep 17 00:00:00 2001 From: edmccard Date: Mon, 16 Apr 2012 02:42:12 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eba05b..8ccb0b7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ make GTKD=/path/to/gtkd DERELICT=/path/to/Derelict2 There are tests for the 6502/65C02 emulation: ``` -cd test +cd test/d6502 rdmd runtests.d --help ```