diff --git a/README.md b/README.md index 00f9dd4..0339d06 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ -NOTICE: At present, the master branch will only be a text file until I can figure out how to include all of the versions in one package. +NOTICE: At present, the master branch is only a text file. - -As of the time of this writing, the current version is 5.3.1-auto, and setup is relatively straightforward: ``cordova plugin add https://github.com/agamemnus/cordova-plugin-xapkreader#cordova-5.3.1-auto``. - -5.3.1 doesn't require initial values: ``cordova plugin add https://github.com/agamemnus/cordova-plugin-xapkreader#cordova-5.3.1``. +As of the time of this writing, the current version is 6.5, and setup is relatively straightforward: ``cordova plugin add https://github.com/agamemnus/cordova-plugin-xapkreader.git#cordova-6.5.0 --variable XAPK_EXPANSION_AUTHORITY="expansion_authority" --variable XAPK_PUBLIC_KEY="YOUR_GOOGLE_PLAY_LICENSE_KEY"`` or ``cordova plugin add https://github.com/agamemnus/cordova-plugin-xapkreader.git#cordova-6.5.0`` (if you want to add those variables later). This should work for Cordova 5.3.1 through 6.5.0. There is also a Cordova 5.0 version (because of the somewhat difficult bugs with it, it's not trivial to set it up correctly): ``cordova plugin add https://github.com/agamemnus/cordova-plugin-xapkreader#cordova-5.0``.