From 811089fd7afa22c65bfc4ee607ebf4890b7464d8 Mon Sep 17 00:00:00 2001 From: StewBC Date: Wed, 19 Feb 2020 09:01:12 -0800 Subject: [PATCH] Added v1.0 releases Added an Apple II DSK and a C64 PRG to the releases. --- readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 59fbb71..7594b34 100644 --- a/readme.txt +++ b/readme.txt @@ -2,6 +2,8 @@ Jan 2020 - Oliver Schmidt created a beautiful Apple II port. See IX below. +There is a Commodore 64 .PRG and an Apple II .DSK file in the release tab. + I. Introduction (Feb 14, 2014) I started playing chess about 3 months ago and this got me wondering how @@ -277,6 +279,6 @@ apple commander jar file. Here's how it's done for different shell's: $env:AC = "path to apple commander.jar" cmd.exe set AC="path to apple commander.jar" - bash (Unix or MacOS terminal): + bash (Unix or macOS terminal): export AC="path to apple commander.jar"