Skip to content

Commit

Permalink
docs: added how to pull the npm version for developing the sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Nov 17, 2016
1 parent 5894d33 commit 8c5725b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ cordova platform remove browser;

cordova plugin remove io.branch.sdk;
cordova plugin add ../ --variable BRANCH_KEY=key_live_icCccJIpd7GlYY5oOmoEtpafuDiuyXhT --variable URI_SCHEME=enefftest;
# cordova plugin add branch-cordova-sdk --variable BRANCH_KEY=key_live_icCccJIpd7GlYY5oOmoEtpafuDiuyXhT --variable URI_SCHEME=enefftest;

cordova platform add ios;
cordova platform add android;
Expand Down

0 comments on commit 8c5725b

Please sign in to comment.