about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/Readme.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index c8832b46..4f6f6c24 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -2,16 +2,10 @@
 
 Bytecode interpreter for a subset of the 32-bit x86 ISA.
 
-To build:
-
-  ```
-  ./build
-  ```
-
 To run tests:
 
   ```
-  ./subx
+  ./subx test
   ```
 
 x86 instruction set resources used in building this: