Update README

This commit is contained in:
Will Scullin 2013-10-10 11:20:45 -07:00
parent 4d80f9f28e
commit 91c270b877
1 changed files with 10 additions and 0 deletions

View File

@ -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"