about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-10-13 01:45:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-10-13 01:45:50 -0700
commitb4349e2ca28388b13c01fd67a88888a437ca98fd (patch)
tree4ae740849c65e75c5f9e0893f935b9492edac504 /subx
parentba2ec7250d4060e8ebf4a54c31f87d03ab9d8e27 (diff)
downloadmu-b4349e2ca28388b13c01fd67a88888a437ca98fd.tar.gz
4060 - subx: correct stale Readme
Diffstat (limited to 'subx')
-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: