From 1c882f4585ba320855e47282e4def1ae78cdc689 Mon Sep 17 00:00:00 2001 From: Paul Stresow Date: Thu, 16 May 2019 11:21:59 +0200 Subject: [PATCH] updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b19844d..2705b08 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,15 @@ This plugin adds a gradle file to your cordova android project. Depending on you ## Install ````bash +#via npmjs cordova plugin add cordova-plugin-abi-filter # --variable ABI_FILTER="armeabi-v7a,armeabi-v8a,x86,x86_64" ```` or ````bash -cordova plugin add https://github.com/Ponsen/cordova-plugin-abi-filter.git # --variable ABI_FILTER= "armeabi-v7a,armeabi-v8a,x86,x86_64" +# via Github +cordova plugin add https://github.com/Ponsen/cordova-plugin-abi-filter.git # --variable ABI_FILTER="armeabi-v7a,armeabi-v8a,x86,x86_64" ```` ## Configuration