diff --git a/2020-10-17_18-282.png b/2020-10-17_18-282.png
index b535c6f..a27d5bd 100644
Binary files a/2020-10-17_18-282.png and b/2020-10-17_18-282.png differ
diff --git a/IMG_20201019_121511__01.jpg b/IMG_20201019_121511__01.jpg
new file mode 100644
index 0000000..d791e61
Binary files /dev/null and b/IMG_20201019_121511__01.jpg differ
diff --git a/Image-0753.jpg b/Image-0753.jpg
index 0f02d03..4fcf66d 100644
Binary files a/Image-0753.jpg and b/Image-0753.jpg differ
diff --git a/README.md b/README.md
index e1fdb17..9db4aa7 100644
--- a/README.md
+++ b/README.md
@@ -1,31 +1,54 @@
# Introduction
-This project contains a Raspberry Pi time-lapse setup for the ARES beam line building project at DESY.
+This project describes a Raspberry Pi - time-lapse setup for the ARES beam line building project at DESY.
-
-**Project status**:
-
-
-
-## Installation
+**Installation**:
`git clone http://inetsrv.no-ip.org:3000/mwio/time-lapse_ARES_DESY.git`
+# ARES project setup status
+**Part I**:
+
+
+**Part II**:
+
+
+
**Raspberry Pi Setup**:
- Raspberry Pi ... Model
- Raspberry Pi Gehäuse
- Camera Module (standard version)
-- microSDHC Karte
+- 16GB Samsung Pro microSDHC I Karte
__Installation des Betriebsystems auf dem Raspberry Pi__:
-Installing operating system images
+Introduction: Installing operating system images on the Raspberry Pi

-
+
+
+
+# Cronjob
+Introduction: Crontab Syntax und Tutorial in Linux
+
+**Crontab Syntax**:
+◦ ◦ ◦ ◦ ◦ auszuführender Befehl
+┬ ┬ ┬ ┬ ┬
+│ │ │ │ │
+│ │ │ │ └──── Wochentag (0-7, Sonntag ist 0 oder 7)
+│ │ │ └────── Monat (1-12)
+│ │ └──────── Tag (1-31)
+│ └────────── Stunde (0-23)
+└──────────── Minute (0-59)
+
+**1) Used code for the ARES-time-lapse-crontab - Playing audio Message**:
+`59 14 * * * /time-lapse_ARES_DESY/src/ARES_FotoText.wav`
+Jeden Tag um 14:59 Uhr wird das Audiofile "ARES_FotoText.wav" abgespielt.
+
+**2) Used code for the ARES-time-lapse-crontab - Taking a photo**:
+`* 15 * * * /time-lapse_ARES_DESY/src/ARES_...sh`
+Jeden Tag um 15:00 Uhr, wird die Datei "ARES_...sh" abgespielt, um ein Foto zu schießen.
# ToDo's
-- [X] Change this file in its correct form.
-- [ ] Add an intro, this I want to add, ...
-[comment]: <> ( - [ ] {{{color(red, Warning example.)}}} )
-[comment]: <> ( - [-] Half-checked. )
-
+- [X] Add the right Cronjob file and description.
+
+