From 91c270b877947fa8751f70a3ddd8c94d5252b237 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Thu, 10 Oct 2013 11:20:45 -0700 Subject: [PATCH] Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1cf7c0e..327e103 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,13 @@ apple2js ======== An Apple II emulator written in Javascript + +Things are a little rought around the edges right now, hopefully I will have +time to clean things up in a bit. + +Expects compiler.jar from https://developers.google.com/closure/compiler/ to +be in $(HOME)/bin + +To build, run "make" + +To add additional disk images, use scripts/dsk2json.pl, then "make index"