From 8d76340f344ce5dd427890d78b48b8491df3ba85 Mon Sep 17 00:00:00 2001
From: Johannes Kreiner <johannes@sgalinski.de>
Date: Mon, 15 Apr 2019 11:55:48 +0200
Subject: [PATCH] [TASK] Add integration instructions

---
 README.md | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b8a8944..6917ecb 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,22 @@ Repository: https://gitlab.sgalinski.de/typo3/sg_youtube
 
 Please report bugs here: https://gitlab.sgalinski.de/typo3/sg_youtube
 
-TYPO3 version: >7.6
\ No newline at end of file
+TYPO3 version: >8.7
+
+## Installation / Integration
+
+First install the extension and activate it in the Extension-Manager.
+
+### TypoScript integration
+
+* Include the TypoScript in Configuration/TypoScript/setup.typoscript and constants.typoscript in your theme.
+* Add your Youtube API key:
+
+```
+plugin.tx_sgyoutube {
+	settings {
+		# cat=plugin.tx_sgyoutube/file; type=string; label=YouTube API Key
+		apiKey = <your-api-key>
+	}
+}
+```
-- 
GitLab