From 9cf8ff9782e4117eb50ad72ec45ddad03b1dd2d9 Mon Sep 17 00:00:00 2001 From: Denis Molony Date: Sun, 14 Oct 2018 09:22:38 +1100 Subject: [PATCH] better descriptions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2253ef1..f3b55f4 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,13 @@ ### Example Screens #### Disk listing +Select a disk from the Disk Tree tab to display the catalog and disk layout. ![Disk listing](resources/disk1.png?raw=true "Disk listing") #### Disk contents +Double-click a disk from the Disk Tree tab and a new tab appears. This tab contains a list of all the files on the disk. Click on a file and the Output panel will display the contents of that file. The disk sectors containing the file will also be highlighted in the Disk Layout panel. ![Disk catalog](resources/disk2.png?raw=true "Disk catalog") #### Detailed sector display +Click on any sector in the Disk Layout panel and the Output panel will display the contents of that sector. If it is a recognised sector type, it will be formatted for easier reading. ![Sector details](resources/sector.png?raw=true "Sector details") #### Hard disk ![Hard disk](resources/disk3.png?raw=true "Hard disk")