From 0b5daf5db0df97a52cbb30e7998b80b3b79530c8 Mon Sep 17 00:00:00 2001
From: bartonstee <66774568+bartonstee@users.noreply.github.com>
Date: Mon, 29 Mar 2021 14:22:54 +0200
Subject: [PATCH] Update README.md
---
README.md | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2897f1e..32e36f2 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,31 @@
[feature highlights]
## Usage
-[step by step instructions]
+- Clone this Git
+- Go to cloned directory
+- Run: npm i
+- Run: cd ios && pod install
+- Follow steps below:
+
+iOS
+ Select the root of your project. Select Capabilities tab. Enable Background Modes and enable the following mode:
+
+
+Background fetch
+
+Background processing (🆕 iOS 13+; Only if you intend to use BackgroundFetch.scheduleTask)
+
+
+
+Configure Info.plist (iOS 13+)
+
+ Open your Info.plist and add the key "Permitted background task scheduler identifiers"
+
+
+ Add the required identifier com.transistorsoft.fetch.
+
+
+
## Demo project
[link to sandbox]