fix(install-instructions): This fixes install instructions for deeplinks, facebook and googlemaps (#499)

This commit is contained in:
Guillermo
2016-08-27 21:20:51 +02:00
committed by Ibrahim Hadeed
parent 9c8321d3b4
commit 877ac27868
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ export interface DeeplinkMatch {
plugin: 'ionic-plugin-deeplinks',
pluginRef: 'IonicDeeplink',
repo: 'https://github.com/driftyco/ionic-plugin-deeplinks',
platforms: ['iOS', 'Android']
platforms: ['iOS', 'Android'],
install: 'ionic plugin add ionic-plugin-deeplinks --variable URL_SCHEME=myapp --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST=example.com --variable ANDROID_PATH_PREFIX=/'
})
export class Deeplinks {