From 039f3549126aa58adb030fcca29dc486f49dec25 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 May 2021 08:39:46 +0100 Subject: add screenshot --- README.md | 4 +++- images/head.jpg | Bin 0 -> 32194 bytes images/screenshot.png | Bin 0 -> 217299 bytes 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 images/head.jpg create mode 100644 images/screenshot.png diff --git a/README.md b/README.md index 9d40dbd..d449ad4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Quick howto for the NetCalendar =============================== -![ScreenShot](images/netcal.png "NetCalendar") +![Title](images/netcal.png "NetCalendar") ``` I. HOW TO START THE NETCALENDAR STAND ALONE (WITHOUT SSL): @@ -20,6 +20,8 @@ You need at least a JRE 6 or higher. The command java -jar NetCalendar.jar --client-and-server ``` +![ScreenShot](images/screenshot.png "Yet another screenshot") + is starting the client and the server of the NetCalendar within the same process as two different threads. The option "server_address" will be set automatically to "localhost". The communication between both threads is done diff --git a/images/head.jpg b/images/head.jpg new file mode 100644 index 0000000..b2299ad Binary files /dev/null and b/images/head.jpg differ diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..c239a28 Binary files /dev/null and b/images/screenshot.png differ -- cgit v1.2.3