From 21620c104ae388b13e665d297ce343b93dcb3310 Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Wed, 9 Nov 2016 08:22:40 -0800 Subject: [PATCH] fix: hotfix to bypass npm for install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b55500d9..d947a2b9 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ There's a full demo app embedded in this repository. It should serve as an examp #### Add the plugin ```sh -cordova plugin add branch-cordova-sdk --variable BRANCH_KEY= --variable URI_SCHEME= +cordova plugin add https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK.git --variable BRANCH_KEY= --variable URI_SCHEME= ``` example: ```sh -cordova plugin add branch-cordova-sdk --variable BRANCH_KEY=key_live_fnmRM1FXtu11t6e4LU8WsldpvDcA0bzv --variable URI_SCHEME=branchsters +cordova plugin add https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK.git --variable BRANCH_KEY=key_live_fnmRM1FXtu11t6e4LU8WsldpvDcA0bzv --variable URI_SCHEME=branchsters ``` ### Additional App Permissions