From 5aa93efbf1e6ef7f4ab01b76e709fb0a07bdc0ca Mon Sep 17 00:00:00 2001 From: Russell-S-Harper <42160433+Russell-S-Harper@users.noreply.github.com> Date: Mon, 6 Aug 2018 22:04:36 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0afaf13..6deb8d3 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,7 @@ Advance some ideas using Steve Wozniak's SWEET16 interpreted byte-code language as inspiration. While the goal of SWEET16 was brevity, the goal of COMMON is functionality. -To build: +To build and run: ```cd common-post-process ; make ; cp common-post-process ../common ; cd .. -cd common ; make ; cp system.obj ../emulator -cd emulator ; make ; cd ..``` - -To run: -```cd emulator ; ./emulator < system.obj``` +cd common ; make +cd emulator ; make ; ./emulator < ../common/system.obj```