From 9e515e797f8c003e5348614b480f71fb07eebc61 Mon Sep 17 00:00:00 2001 From: Denis Molony Date: Sun, 31 Jul 2016 12:21:28 +1000 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 119ad5f..97586a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #Apple II Disk Browser -####Features +###Features - Applesoft and Integer Basic - Pascal disassembler - 6502 disassembler @@ -14,18 +14,23 @@ - Dual DOS disks - CPM disks -####Images -#####Disk listing +### Installation +* Install the **latest** version of the [Java Runtime Environment](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (JRE or JDK). +* Download diskbrowser.jar from the [releases](https://github.com/dmolony/diskbrowser/releases) page. +* Double-click the jar file, or enter 'java -jar diskbrowser.jar' in the terminal. + +###Images +####Disk listing ![Disk listing](resources/disk1.png?raw=true "Disk listing") -#####Disk contents +####Disk contents ![Disk catalog](resources/disk2.png?raw=true "Disk catalog") -#####Hard disk +####Hard disk ![Hard disk](resources/disk3.png?raw=true "Hard disk") -#####Pascal code +####Pascal code ![Pascal](resources/pascal.png?raw=true "Pascal") -#####Zork +####Zork ![Zork](resources/zork.png?raw=true "Zork") -#####Wizardry +####Wizardry ![Wizardry](resources/wizardry.png?raw=true "Wizardry") -#####Visicalc +####Visicalc ![Visicalc](resources/visicalc.png?raw=true "Visicalc")