diff --git a/.gitignore b/.gitignore
index 3293f6a..998aca3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,6 @@ android/react-native-blur.iml
# Misc
.idea/
+
+# Assets
+docs/
diff --git a/README.md b/README.md
index 965814d..3b5b265 100644
--- a/README.md
+++ b/README.md
@@ -201,6 +201,33 @@ npm install
react-native run-ios
```
+#### Run the tvOS app
+
+type:
+```
+react-native run-ios
+```
+
+`react-native link` don’t works properly with the tvOS target so we need to add the library manually.
+
+First select your project in Xcode.
+
+
+
+After that, select the tvOS target of your application and select « General » tab
+
+
+
+Scroll to « Linked Frameworks and Libraries » and tap on the + button
+
+
+
+Select RNBlur-tvOS
+
+
+
+That’s all, you can use react-native-blur for your tvOS application
+
#### Run the Android app
```
diff --git a/docs/tvOS-step-1.jpg b/docs/tvOS-step-1.jpg
new file mode 100644
index 0000000..742304d
Binary files /dev/null and b/docs/tvOS-step-1.jpg differ
diff --git a/docs/tvOS-step-2.jpg b/docs/tvOS-step-2.jpg
new file mode 100644
index 0000000..3e95505
Binary files /dev/null and b/docs/tvOS-step-2.jpg differ
diff --git a/docs/tvOS-step-3.jpg b/docs/tvOS-step-3.jpg
new file mode 100644
index 0000000..395cd37
Binary files /dev/null and b/docs/tvOS-step-3.jpg differ
diff --git a/docs/tvOS-step-4.jpg b/docs/tvOS-step-4.jpg
new file mode 100644
index 0000000..c5661e4
Binary files /dev/null and b/docs/tvOS-step-4.jpg differ