From 8bb312af704238e7498151b3ae1f70bfe0a2d5a4 Mon Sep 17 00:00:00 2001 From: Zachary Mattor Date: Tue, 1 Mar 2016 10:27:45 -0500 Subject: [PATCH] Update README.md The command to install a plugin via the cordova CLI is `cordova plugin add` not `cordova plugin install` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87b04645..776e4e6e 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ There's a full demo app embedded in this repository. It should serve as an examp #### Cordova ```sh -cordova plugin install https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK.git --variable BRANCH_LIVE_KEY= --variable URI_SCHEME= +cordova plugin add https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK.git --variable BRANCH_LIVE_KEY= --variable URI_SCHEME= ``` example: ```sh -cordova plugin install https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK.git --variable BRANCH_LIVE_KEY=key_live_gchnKkd3l3m9YBPP2d73jmfejkcgVjgM --variable URI_SCHEME=branchsters +cordova plugin add https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK.git --variable BRANCH_LIVE_KEY=key_live_gchnKkd3l3m9YBPP2d73jmfejkcgVjgM --variable URI_SCHEME=branchsters ``` #### Phonegap