Fixed run intructions

This commit is contained in:
Will Angenent 2018-05-27 20:45:31 +01:00
parent 01ffd7e781
commit 7e19cdeed4
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@ Download `apple2e.rom` from
## Running it
go run apple2e.go
go run apple2e.go my_disk_image.dsk
go run apple2e.go -drive-head-click my_disk_image.dsk
./apple2
./apple2 my_disk_image.dsk
./apple2 -drive-head-click my_disk_image.dsk
## Running the tests
### Setting up the tests