From 655a6b3022f40c471a728e0a90f6f7ec1e816f71 Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Wed, 14 Apr 2021 14:33:38 +0000
Subject: [PATCH] doc

---
 README.adoc |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.adoc b/README.adoc
index 17636a2..964f483 100644
--- a/README.adoc
+++ b/README.adoc
@@ -18,7 +18,8 @@
 After starting BorgButler without any further settings, you can play with faked demo repositories.
 
 [#img-configuration]
-You may leave the default values as they are.
+You may leave the default values as they are. BorgButler downloads the current or configured version of the borg binary for
+your platform automatically.
 [link=doc/images/screen-configuration.png]
 image::doc/images/screen-configuration.png[Configuration of BorgButler,800]
 
@@ -48,6 +49,10 @@
 [link=doc/images/screen-archive-filelist.png]
 image::doc/images/screen-archive-filelist.png[Repo info,800]
 
+[#img-archive-differences]
+You may compare two archives within some clicks and see the differences (files, file properties such as size, dates or change modes).
+[link=doc/images/screen-archive-differences.png]
+image::doc/images/screen-archive-differences.png[Repo info,800]
 
 == Quick start
 === Docker
@@ -65,6 +70,8 @@
 
 
 === Starting from sources
+You'll need OpenJDK 9+ as well as gradle.
+
 1. `gradle clean distZip`
 2. Unzip `borgbutler-server/build/distributions/borgbutler-server-<version>.zip`
 3. Run `bin/borgbutler-server` or `bin/borgbutler-server.bat`.
@@ -107,7 +114,7 @@
 saving a new configuration BorgButler stores a copy of the current configuration in the backup dir: `~/.borgbutler/backup/`.
 
 
-== More screens
+== More immpressions
 
 See some more screens to get an first overview of the functionality of BorgButler.
 

--
Gitblit v1.10.0